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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by smellykat

  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?

Part and Inventory Search

Back
Top