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 Wanet Telecoms Ltd 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 rhinomac

  1. rhinomac

    How to set default nic in Sysprep

    Hello, I am working on building an image for the Dell Latitude d610. After I prepare the machine run sysprep capture the image, send back down the image and sysprep runs and goes to join the domain it fails, saying unable to join the domain. I was able to break out and run ipconfig, and was...
  2. rhinomac

    pass url from one page to another

    Thanks for the help, seems that I am running into an issue since there is a ? in the google url as well. It cuts it off at that point. Is there anyway around this.. Thanks again Rhino example: http://abc.com/info_frame1.php?url=http://www.google.comhttp://www.google.com/search?hl=en&q=test
  3. rhinomac

    pass url from one page to another

    hello, i am trying to pass a url from one page into another to have it set as the source of the iframe. here is the url http://abc.com/info_frame1.php?http://www.google.com ....................................................... here is the code i am trying to use on the page that opens...
  4. rhinomac

    create a hyperlink to open URL in Iframe

    Thanks, i found this thread, thread216-941305 its pretty close to what i need but i need to pass the url itself and be able to set the source of the iframe so if my link was: http://test.com/info_frame1.php?http://www.google.com i would need to be able to seperate the url out and set the...
  5. rhinomac

    create a hyperlink to open URL in Iframe

    i spoke to soon, on index.php i need a hyperlink, this hyperlink should open up test.php within test.php is an iframe named myiframe i need my iframe to open up a url basically i need code that says "open test.php within the iframe open url www.test.com" how would you code the link? This...
  6. rhinomac

    create a hyperlink to open URL in Iframe

    Sweet thanks guys ! works great...
  7. rhinomac

    create a hyperlink to open URL in Iframe

    Hello, I am trying to have multiple hyperlinks on my right column module. I would like to be able to click on any one of these links to have the corresponding url open inside the Iframe. I can not figure out the code to put in the right column to reference the page, the Ilink and to have it...
  8. rhinomac

    PHP news feed..HowTO ?

    Sorry, ignore last post
  9. rhinomac

    PHP news feed..HowTO ?

    Hello, I am trying to have multiple links on my right column module. I would like to be able to click on any one of these links to have the corresponding url open inside the Iframe. I can not figure out the code to put in the right column to reference the page, the Ilink and to have it...
  10. rhinomac

    Data access page Limit Text box field size to 255

    Ok, I figured out where to put the on change property is. I went into the script editor and double clicked on "on change" for the field and inserted the code. THe only problem I'm having is where to paste the top part of the code. You say "Paste the following code into your form's Code...
  11. rhinomac

    Data access page Limit Text box field size to 255

    Will this work for a data access page. I do not see the on change property for the text box.
  12. rhinomac

    Data access page Limit Text box field size to 255

    Hello, I am trying to limit the amount of characters that can be entered into a text box on a data access page in ms access. Currently it will allow the user to enter as many characters as they want then it truncates it to 255 when it saves it. I would like to limit it to 255 so it doesnt...
  13. rhinomac

    Pass value of a combo box selection to a subform

    WoW! Never thought of that... I will try and let you know how it goes. Seems pretty logical though. Thanks for all your help.- Rhinomac
  14. rhinomac

    Data Acces pages pass parameters

    Hello, I found what I believe is exactly what I am looking for when I run the code on this link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfp2kta/html/acfpdap.asp I am running into the issue with the second sample code. I can not figure out how to create a "separate...
  15. rhinomac

    separate global script block

    Hello, I am trying to run the code on this link here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfp2kta/html/acfpdap.asp I am running into the issue with the second sample code. I can not figure out how to create a "separate global script block". I put it into the page...

Part and Inventory Search

Back
Top