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 gkittelson 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. dancinOTG

    Radeon9200 Installation Problems

    After installing my new Radeon9200 i ended up having to reformat my hard drive as i was getting a black screen. Now the Vid card works windows is reinstalled... but my second hard drive is not being acknowledged. The cables are all in properly nothing was changed in the hard drive set up...
  2. dancinOTG

    Disk Write Error when loading Win98 on new hard drive

    Windows was already loaded on this computer with the 20gig drive... we initially had this same problem and the vendor did a dos command of some sort that allowed it to load windows 98 The eejit using the computer was having problems and instead of finding out what the problem was he formatted...
  3. dancinOTG

    Disk Write Error when loading Win98 on new hard drive

    We installed a 20 gig hard drive on an older system. When trying to install windows 98... it goes all the way through the install then when it goes to start windows for the first time we are getting a disk write error and that's all she wrote can anyone help me with this i believe there is a...
  4. dancinOTG

    grrr Asp/Javascript problem

    ty but to do it that way the user would have to open table.asp first not the form page and yes it does work that way. However I am being obstinant and want them to open registration page first and then, only if they want an image beside their name, they click the open images button and choose...
  5. dancinOTG

    grrr Asp/Javascript problem

    ty 4 tryin to help but that still gives me a value of undefined danc
  6. dancinOTG

    grrr Asp/Javascript problem

    ty 4 quick response That just changes the error from null... to undefined danc
  7. dancinOTG

    grrr Asp/Javascript problem

    Can you pass an AutoNumber Id from a database table made with asp to another page using javascript? I have one page Form.asp on this page i have a javascript function that opens a window with Table.asp. This is a database table of images from a database. (this whole part works perfectly) Now...
  8. dancinOTG

    passing data from one page to another

    The values are numbers... ie 1,2,3,4,5 etc. (these are the primary key (autonumbers) from an access database.) and they are populating the text box correctly as 1,2,3,4, etc. dancin [wink]
  9. dancinOTG

    passing data from one page to another

    :) this exact script works on .html pages where a user types a number into the text box... the setOther() on the parent window works perfectly. on my asp pages where the value of thisBox=&quot;<FP_rs FieldVal,(fp_rs(&quot;IconId&quot;)%>&quot;> i get the error... When you see the child window...
  10. dancinOTG

    passing data from one page to another

    hi jeff been a busy couple of days ok this is the asp <% fp_sQry=&quot;SELECT * FROM ICON ORDER BY IconID ASC&quot; fp_sDefault=&quot;&quot; fp_sNoRecords=&quot;<tr><td colspan=2 align=left width=&quot;&quot;100%&quot;&quot;>No records returned.</td></tr>&quot...
  11. dancinOTG

    passing data from one page to another

    Thanks again ev1 Ok I took everything you said and decided to try it out by making 2 new pages with .htm extensions and lo and behold the document.myForm.thisBox.value worked perfectly. Now the question is why isn't it working on my two asp pages? same function same script exactly (cept the...
  12. dancinOTG

    passing data from one page to another

    <script language=&quot;javascript&quot;> function setOther() { window.opener.document.theForm.theBox.value= 'document.myForm.thisBox.value'; } </script> this is the function it writes the whole 'document.myForm etc. line into the text box on the parent page. dancin
  13. dancinOTG

    passing data from one page to another

    i have it writing to the parent page but its writing the whole string.... ie... document.myForm.thisBox.value instead of the value gettin there in bits and bytes lol sigh i just want the VALUE to show in the text box on the parent page but danged if i can figure out why its not as you...
  14. dancinOTG

    passing data from one page to another

    Thankyou jeff but i'm still getting a runtime error that says a runtime error has occurred Line 10 'document.myForm.thisBox.value'is null or not an object :(
  15. dancinOTG

    passing data from one page to another

    Ok I have 2 pages both are asp pages. On the registration form i have a button that when clicked opens up a pop up window with a list of icons that can be chosen from a database (this part works perfectly). I have populated the textbox on this page from the database. Now my users can choose...
  16. dancinOTG

    Passing value of a radio button from one page to another

    I have a Reg form in FrontPage2000. On this Regform I want users to be able to choose and icon they want beside their name on a user list. On the Regform I have a pop up button that pop’s up a page with a list of icon’s from a database with a radio button beside them. I want my users to be...
  17. dancinOTG

    onClick radio button send to asp page

    Ok i have a page called for eg. shows.asp. On this page is a bunch of icons. On the form page (tourneyreg.asp) i have a button that brings up the shows.asp in a pop up window. Beside each of the images on the shows. page is a radio button. I want to be able to have a user click on one of...
  18. dancinOTG

    Choosing an image in a form from database

    tnks i'll try that when i get home from work *eg* dancin
  19. dancinOTG

    Choosing an image in a form from database

    I have a database with an icon table .. the files are listed like this IconId 1 Icon icon1.gif. People fill out the form and I have a drop down box with a list of the files from the icon table. Right now it is just giving the file name ie icon1.gif. Is there a way to...

Part and Inventory Search

Back
Top