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 TouchToneTommy 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: *

  • Users: smellykat
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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?
  8. smellykat

    one form, two buttons

    This is more of an html question, but maybe you guys can help. I have a page with 2 buttons - one add, one delete. They are both in the same form. I can't get both buttons to work - either the add or the delete will work, depending on what my form action is. How do i fix this???
  9. smellykat

    Onclick checkbox

    I am trying to figure out how to do this: when a checkbox is clicked, automatically delete that row from my table. This means accessing the db...I guess what I'm asking is how to i call a js function from a checkbox? Thanks for your help. S.
  10. smellykat

    Checkbox Validation

    I have a table with 2 columns: Vendor Name, Transactions(checkboxes). The amount of checkboxes and their values vary depending on who the vendor is. For example: VENDOR NAME TRANSACTIONS Vendor A name=checkbox value X name=checkbox value Y Vendor B name=checkbox value...
  11. smellykat

    Checkboxes and ASP

    I have a table with 2 columns: Vendor Name(display only), Transactions(checkboxes). The amount of checkboxes and their values vary depending on who the vendor is. For example: Vendor A name=checkbox value X name=checkbox value Y Vendor B name=checkbox value X...
  12. smellykat

    window.close ISSUE!!

    How can I get rid of the pop-up that appears when I do an onClick='opener.close();'?? I want the parent/opener window to close automatically.
  13. smellykat

    opener.close popup

    Is there a way to get rid of the pop up that appears when I make a window close? I mean the pop-up that says &quot; the web page you are viewing is trying to close this window. Do you want to close this window?&quot;. I want the window to close automatically without prompting the user.

Part and Inventory Search

Back
Top