Thanks for your answer,ca8msm.
The reason I can't use servervariables is because the url does not always reflect that the user is on the homepage. For example, the first time they come to the site, all they see is the url of the site (ie. www.cnn.com) even though they've actually landed on...
Thanks for your answer,ca8msm.
The reason I can't use servervariables is because the url does now always reflect that the user is on the homepage. For example, the first time they come to the site, all they see is the url of the site (ie. www.cnn.com) even though they've actually landed on...
I'm fairly new to .net, so please don't flame me.
This is what I'm trying to achieve: I'd like to create a hidden variable that will tell me whether I'm on the homepage or any other page...this is my hidden var:
<input type="hidden" name="IsDefault" value="TRUE" >
Now, I'd like to grab the...
Hello, I am having trouble working with hash_map. I am adding a key-value pair to the map, but when I exit the function it disappears. Here is my code:
SymTabErr SymTabMgr::enter(SymTabEntry* se)
{
SymTab *table;
SymTab st;
SymTabEntry...
When I try to play a dvd or .avi (divx) file, after about 10 seconds of playing the screen flickers and then splits in half, with each half playing the same thing. To make matters worse one of the halves' display is awful - full of lines and fuzzy...
ANyone have any ideas? This is not a new...
I have a page that has 2 input boxes and one select box, 5 rows. So I have a total of 15 "items on my spreadsheet". When I tab across the fields, the order is correct - it goes from text1 to text2 to dropdown3, then text4, text5, dropdown6...this is done with TABINDEX.
My problem is...
I keep getting the same error when I use this :
parent.hidframe.form1.uomdropdown.options[parent.hidframe.form1.uomdropdown.selectedIndex].value;
I get "parent.hidframe.form1.uomdropdown.options is null or not an object".
I'm getting a syntax error with this line of code:
eval("parent.hidframe.form1.uomlist" + i + ".options[parent.hidframe.form1.uomlist" + i + ".selectedIndex].value=' " + document.detailform.uomlist1.options[parent.hidframe.form1.uomlist.selectedIndex].value +...
Ok so I use that statement where? I have my dropdown defined like this:
<select name="uomlist` i `" TABINDEX="` (i + 1)`">
dont I need an onchange or onclick in there to capture the value?
I have an html page - page1 - which has some input fields on it. One is a dropdown list. I need a way to pass/save whatever value was selected in the dropdown, so that when i come back to that page from calling page2, the value is selected.
This is how i am passing the other values of the...
I am trying to figure out if there is a way that when the user hits 'X' to close the browser, some values can be passed and a new function is called. Basically I want to save the info the user has entered before they close the browser. I want to open up a new window when the user closes the browser.
I need a function that will loop through the checkboxes I have on my form - all with the same name - and check that at least one box is checked. If not, alert them that it is required.
Any ideas?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.