Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. smellykat

    How to grab a hidden value

    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...
  2. smellykat

    How to grab a hidden value

    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...
  3. smellykat

    How to grab a hidden value

    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...
  4. smellykat

    problem with hash_map

    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...
  5. smellykat

    Screen doubles when playing any media file!

    Why wouldnt I get a 64mb card?
  6. smellykat

    Screen doubles when playing any media file!

    General, watching dvds and movies.
  7. smellykat

    Screen doubles when playing any media file!

    The default vga driver is vga.dll (does that make sense?). What video card would you suggest I get?
  8. smellykat

    Screen doubles when playing any media file!

    I have a Trident Video Accelerator 3D Image975
  9. smellykat

    Screen doubles when playing any media file!

    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...
  10. smellykat

    Setting the focus with Tab key

    I have a page that has 2 input boxes and one select box, 5 rows. So I have a total of 15 &quot;items on my spreadsheet&quot;. 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...
  11. smellykat

    saving the dropdown value selected

    I keep getting the same error when I use this : parent.hidframe.form1.uomdropdown.options[parent.hidframe.form1.uomdropdown.selectedIndex].value; I get &quot;parent.hidframe.form1.uomdropdown.options is null or not an object&quot;.
  12. smellykat

    saving the dropdown value selected

    In the getvalue function, how can I assign the selected dropdown value to a hidden field so that I can pass it to another page?
  13. smellykat

    saving the dropdown value selected

    Lets back up a little. I'm unclear as to what to do in the getvalue() function. Can you clarify?
  14. smellykat

    saving the dropdown value selected

    I'm getting a syntax error with this line of code: eval(&quot;parent.hidframe.form1.uomlist&quot; + i + &quot;.options[parent.hidframe.form1.uomlist&quot; + i + &quot;.selectedIndex].value=' &quot; + document.detailform.uomlist1.options[parent.hidframe.form1.uomlist.selectedIndex].value +...
  15. smellykat

    saving the dropdown value selected

    Ok so I use that statement where? I have my dropdown defined like this: <select name=&quot;uomlist` i `&quot; TABINDEX=&quot;` (i + 1)`&quot;> dont I need an onchange or onclick in there to capture the value?
  16. smellykat

    saving the dropdown value selected

    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...
  17. smellykat

    On browser close

    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.
  18. smellykat

    Looping through checkboxes

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

    one form, two buttons

    Thanks Einstein. Will definitely consider your ideas.
  20. smellykat

    one form, two buttons

    I got it to work. I changed one of the buttons to an href link, so no more problems. Thanks for all your help.

Part and Inventory Search

Back
Top