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?
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.