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 Mike Lewis 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. bucephalushtml

    I almost have this working... Pl

    I almost have this working... Please test this code... What you'll find is that in order to pass the selected tests on to the next page you have to "select" them in the second box. Is there a way to pass the variable values to the processing page without having to select them in the...
  2. bucephalushtml

    dropdown selection populates a table row

    mwolf00 I can see how the code can work, I'm struggling with getting all my info in. (might come with time), My big question would be how does the selections made get written to the database? Bob C. I/T Department WYSAC http://www.uwyo.edu/wysac
  3. bucephalushtml

    dropdown selection populates a table row

    BDC, Dropdown code: <select name=&quot;test_group&quot;> <% While Not rsTestGroupGet.EOF %> <option value=&quot;<%=rsTestGroupGet.Fields(&quot;test_group_id&quot;)%>&quot;<%If Request.Form(&quot;test_group&quot;) = rsTestGroupGet.Fields(&quot;test_group_id&quot;) Then...
  4. bucephalushtml

    dropdown selection populates a table row

    I have been trying for days to do the following: User selects an option from a dropdown (populated by SQL db). That selection would in turn display a table row with data properties accosicated with the dorpdown selection. Then we need to allow the user to select another option from the...
  5. bucephalushtml

    Displaying drop down selections on same page

    codestorm, Thanks again, that is great. Thank you for answering my coding question, and not telling me how to set up my code. You've been a big help. Bob C. I/T Department WYSAC http://www.uwyo.edu/wysac
  6. bucephalushtml

    Displaying drop down selections on same page

    Ok, Now I need the selections to be displayed in table rows, instead of one after another. Now: test1 test2 test3 would like: test1 test2 test3 Bob C. I/T Department WYSAC http://www.uwyo.edu/wysac
  7. bucephalushtml

    Displaying drop down selections on same page

    codestorm, Thanks a bunch, this is what I was trying to do. Your the man!!! Bob C. I/T Department WYSAC http://www.uwyo.edu/wysac
  8. bucephalushtml

    Drop down selection displays db fields

    SQLserver db drive site - I need to be able to let users select an option from a drop down list, that will display fields from db. I.E. option 1 (selected from a drop down list) option 1 elements displayed (elements are tied to &quot;option 1&quot; in the database) test1 test 2 test 3 test 4...
  9. bucephalushtml

    Displaying drop down selections on same page

    This is db driven, this is part of a large input form, which I don't want to write to the db until everything is completed. This is one section of the form, and users will need a visual varification that they have selected all options needed. I need to be able to have the users select options...
  10. bucephalushtml

    Displaying drop down selections on same page

    I need to build a table populated with items selected from a drop down list. A user would select &quot;test 1&quot; and click &quot;add&quot; button and the table would show &quot;test 1&quot;. Then user can select &quot;test 2&quot; and click &quot;add&quot; and the table would show...
  11. bucephalushtml

    Cisco VPN 3.6 disrupts Network/file sharing

    Not sure what you mean by: &quot;client config tab of the Base Group or Client Group&quot;. I have no such settings that I can find on the client on my workstation. Are these settings in the client? If so could you point them to me. If not I don't know if I can access the Server settings...
  12. bucephalushtml

    Cisco VPN 3.6 disrupts Network/file sharing

    W2K Server 30 clients XP Pro/W2k Pro DSL connection I have seen this issue posted several times, but all efforts on my part have had no sucess. Without the VPN connected, clients can share files, print, access server, and internet. Once VPN is connected all access to LAN is disabled. File...
  13. bucephalushtml

    Outlook -&quot;logon info incorrect...&quot; after Install of XP Pro

    Last week I upgraded a user's machine from W2K Pro to XP Pro leaving it in FAT32. This week my assistant updated the file system to NTFS. (Not sure how). Now user's Outlook cannot connect to Exchange Server. After typing in uid, pw, and domain, there is a long pause then the following...
  14. bucephalushtml

    How to have popup pull &lt;href&gt; from different parent files?

    Paul, THANKS bunches, smooth as silk! Your the man!! Have a great weekend!
  15. bucephalushtml

    How to have popup pull &lt;href&gt; from different parent files?

    One last issue - I have a statement and graphics that will need to be on the leave.html file. I would rather not put all of the needed html in document.write statements. How could the URL be built then called into the html without rewriting(recreating) the document? In advance, Thank you for...
  16. bucephalushtml

    How to have popup pull &lt;href&gt; from different parent files?

    Paul, Thanks so much, this is what I was looking to do. I have not tested yet. Will do so tom. Again thanks!!
  17. bucephalushtml

    How to have popup pull &lt;href&gt; from different parent files?

    Maybe it will help if I show you what I've got. This functions but I would rather not have to start a new script everytime I add an outside link. <html> <head> <title>page one</title> <SCRIPT language=&quot;JavaScript&quot;><!-- function popup(url){ popwin = window.open(url...
  18. bucephalushtml

    How to have popup pull &lt;href&gt; from different parent files?

    Thanks Paul works great!! I do have a small problem that I forgot about. There will be pages that have multiple outside links. I still need one popup that will recode the <href> for different links. So how would the popup querry each individual link on parent page for the current <href>.
  19. bucephalushtml

    How to have popup pull &lt;href&gt; from different parent files?

    I'm looking for a way to have a single popup window, that (depending on the html file that calls it) will have a link to another site. I work with a large site, and I have been asked to have a single popup that notifies the user that they are about to leave our site. This popup will show for...

Part and Inventory Search

Back
Top