|
Just insert this into your page:
<br />
<frameset cols = "25%, 25%,*"><br />
<frame src ="myclubv2home.html" /><br />
</frameset><br />
Also, the above is a Frameset, you might find that a Navigation Frame would be better.
Trinity: Neo... nobody has ever done this before.
Neo: That's why it's going to work.
|
|
|
|
|
Frames are now being fazed out. What is the reason for the other site in the frame.
Brad
Australian
- Bradml on "MVP Status"
If this was posted in a programming board please rate my answer
|
|
|
|
|
Thanks for your response.
I was aware that Frames are "not good" but I frankly don't know how to have my site not fully reload every time someone goes to another page. If you have a moment, check out http://www.aquarius.com.au[^] to see what I mean.
I was going to do my site using layers for each sub-page but was concerned that I would then end up with just a one page web site that could take some time to download, let alone place all my eggs in one basket.
I tried a master page in aspx but even the masterpage reloads each time.
I am no expert on web design so any suggestions would be very much appreciated.
As far as my original question goes - I need to be able to specify a url for use on other web sites that will link to one page on my site but I want that page to appear as part of the frameset - specifically inside the mainFrame. I don't think that is possible in plain html but I was think along the lines of linking to page that would then run a script which in turn does what I want.
Any ideas or pointers to sites on the net that may be able to help me would be gratefully appreciated.
TIA.
Glen Harvy
|
|
|
|
|
Perhaps having a GET parameter in the url (eg. whatever.com/sales.aspx?inFrame=false) for external pages so the sale.aspx page knows to create a frame. Alternatively you could check the parent.window variable in javascript.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Hi,
i opened a popup window in my page. In that popup window i am having a link which will redirect to the another page in the same popup window. for that i am using response.redirect(i need to use this method, i shouldnot use any other method). so when i redirect the page in popup window using the above method i need to display menubar in the page which is going to display the page in the popwindow using Response.Redirect method. Please give me the solution for this asap. Thanks in advance
Thanks and Regards
Venkat
|
|
|
|
|
I read that 3 times and came to the conclusion that I could not make sense of it. Please provide a postal address so I can send you crayons and paper. (alternatively you can further define your question)
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
venkatasivaramaprasad wrote: Please give me the solution for this asap. Thanks in advance
Solution: Don't use popups. We hate pop-ups. Any solution i give you will be broken by one or more pop-up blockers, because everyone else hates pop-ups too. And work-around for those breakages will just cause further problems, thereby slightly increasing the hate that all humanity feels for pop-ups. So, seriously, don't use 'em.
You're welcome in advance.
----
...the wind blows over it and it is gone, and its place remembers it no more...
|
|
|
|
|
Hi,
I have a button on Page 1 that executes a Stored Procedure. On page 2 I have a Datagrid to display the results from the Stored Procedure. I have setup a DataSet and now I need to bind the datagrid to the button.
How do configure the ObjectDataSource so that I am able to bind the controls from page 1 to the datagrid in page 2?
Illegal Operation
Making Computer Software Talk
|
|
|
|
|
Hmm...you can't?! Why do you need to do that? Either use a query string parameter or put the datagrid and objectdatasource on the same page. If the data source is empty the datagrid won't get rendered.
|
|
|
|
|
Hi everyone,
I've just made a basic asp webpage in VS2005 that just gets some values from a sql database and displays them. Everything was worknig fine. Then I loaded the project up to make some additions and now it wont compile. I get 87 errors, most of them saying something like:
Error 1 Error in project-level import 'System.Web.UI.HtmlControls' at 'System.Web.UI.HtmlControls' : 'System' is ambiguous. vbc :
Any ideas?
|
|
|
|
|
I don't know about you, but I think that is one of the funniest errors ever
Brad
Australian
- Bradml on "MVP Status"
If this was posted in a programming board please rate my answer
|
|
|
|
|
This usually happens when two namespaces/classes have the same name but I can't see that happening with System. No idea.....maybe you're system is ambiguous?
|
|
|
|
|
Hi!
actually i added my tree view on scroll and i want that when nodes of tree are expanded and tree view's size becomes greater than panel's size then automatically scroll bars should be applied on it.
I have done it by writing "overflow:scroll" in style property of panel.Now when size exceeds auto scroll bars become visible and work goes fine but one problem is that two vertical scroll bars are visible i think one of panel and other of tree view but i have not set scroll bar on tree view and second problem is that when i click plus sign of tree view placed in panel it is expanded and act normally uptil no scroll bars are applied but as soon as scroll is aplied and whenever i move scroll down and then i click on plus,node is not expanded.Hope u understand what i mean to say, i mean uptil my panel is in default position my tree placed on it is working fine but when scrolls are applied and i move my scroll down and then after clicking on tree node it doesnot act normally,may be it is refreshed again and something else i cant understand.
and i m making application in C# asp.net web application.
Thanx
|
|
|
|
|
I'm note sure about the node expanding problem but I think the two scroll bars are caused because of CSS inheritance. All child elements of the Panel will inherit the overflow:scroll property (meaning the TreeView container div). I think thats how it works anyway, not 100% sure.
|
|
|
|
|
A flexible charting library for .net
It was very much helpful, I have a problem with the values on x- axis.
I need to display the DateTime parameter here.Such as data for 10 days. I am not able to control that value. I mean on the graph I need same time to be desplayed on each day, Secondly I am not able to control the data that is displayed.
Please help me out.
Azharuddin
|
|
|
|
|
In future it would help if you tell us what you're referring to (luckily a google search for "a flexible charting library for .net" pointed to the article I'm assuming you meant).
The charting control is called ZedGraph and you'd be much better off trying on their forums: ZedGraph forums
|
|
|
|
|
In Dreamweaver MX (phpcode)
Hi,
Im trying to put a date in a text box that has +14days from the current date, how would you do this.
Is it something like "date()+14"
I cant get it working!!!!
|
|
|
|
|
The PHP mktime function is what you want: Linkety[^]
$todayArray = explode("-", date("M-d-Y"));
$future = <span class="default">date("M-d-Y", mktime(0, 0, 0, $todayArray[0], </span><code><span class="keyword"></span><code><span class="keyword"></span><code><span class="keyword">$todayArray[1]+140</span></code><code><span class="default">,</span></code></code></code><code><code><span class="keyword"> </span></code><code><span class="keyword">$todayArray[2]</span></code><code><span class="keyword">));</span></code></code><code><span class="keyword"></span></code><code><span class="keyword"></span></code> <span class="keyword"></span>
Brad
Australian
- Captain See Sharp on "Religion"
any half intelligent person can come to the conclusion that pink unicorns do not exist.
|
|
|
|
|
But where do i put this in the code? I have tried to insert this code in the initial value box and it still doesnt work... grrrr!!!
|
|
|
|
|
ok this depends exactly what you want to do with the value you get
also brad does your solution take into account month and year (and leap year) rollovers?
|
|
|
|
|
PHP date functions handle all that for you.
Brad
Australian
- Captain See Sharp on "Religion"
any half intelligent person can come to the conclusion that pink unicorns do not exist.
|
|
|
|
|
Please enil me the code you are using
Brad
Australian
- Bradml on "MVP Status"
If this was posted in a programming board please rate my answer
|
|
|
|
|
I have more of a design type of question.
Can anyone tell me if it is possible to :
I have a win 32 dll and a C# web service. Instead of creating a c# client, i would like to use my win 32 dll as the client. I use this dll for other things that are all file related. Is it possible for me to make the dll the client and to be able to call the c# web service and send and receive data from it? If so, does anyone have any examples of how to turn an already existing win 32 dll into a client accessing a c# web service?
|
|
|
|
|
With VisualStudio.Net, i'm using an installer class with a custom action
on my setup project to ask the user a serial number. A "Textboxes"
dialog on the "user interface" provides the serial number string to an
overrided version of then install procedure, inside my installer class.
My problem is that the install sub is able to verify the serial number
entered, but then i can't stop/cancel the installation procedure.
|
|
|
|
|