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 Chris Miller 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. KDiesel

    Need help defining a frame in a send to friend script...

    This is not working on a Mac thats running OS x and is using entourage as its default client. It cuts off at the ampersands and deliminating marks. Any code for this? Browser is IE.
  2. KDiesel

    Need help defining a frame in a send to friend script...

    Ok, Thanks for the answer, how can I make a page break, so I can type something before the link, so it would look like this Subject:Dawn Hill Antiques Body: LINK So there is a space above the link where people can write a message?
  3. KDiesel

    Need help defining a frame in a send to friend script...

    GOT IT WORKING THANKS...now is there anyway I can make that link be hidden with other text, like this html would do on a normal page? <a href=&quot;http://www.google.com&quot;>link </a>
  4. KDiesel

    Need help defining a frame in a send to friend script...

    I get an error using: window.location = &quot;mailto:&quot;+document.eMailer.address.value+&quot;?subject=&quot;+m+&quot;&body= &quot;+escape(u);
  5. KDiesel

    Need help defining a frame in a send to friend script...

    Here is all the code: The Script in the Header: <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- Begin //Tell-a-friend script //Carl Dimmer var initialsubj=&quot;ddd&quot; var initialmsg=&quot; &quot;+window.parent.location var good; function checkEmailAddress(field) { var goodEmail =...
  6. KDiesel

    Need help defining a frame in a send to friend script...

    no luck, with parent.mainFrame.location.href any other ideas?
  7. KDiesel

    Need help defining a frame in a send to friend script...

    u = window.location; m = &quot;The message&quot;; function mailThisUrl(){ good = false checkEmailAddress(document.eMailer.address) if (good){ // the following expression must be all on one line... window.location =...

Part and Inventory Search

Back
Top