Hello - great site. I have bought a flash intro tunnel for my website, I have edited it but I can't figure out how to link to external URL's. In the edit area it has this.. <a href="javascript:void(0)"><font color="#000FF"><u>hyper-links are supported.</u></font></a> Code (markup): Obviosly the Hperlinks are supported apear on screen but when clicked they don't do anything. This is because of <a href="javascript:void(0)"> How do I get an URL to link out of flash? The entire script is below.. &text1=<br><br><br><p align="center">This is <strong><font size="14">variable</font> text. It can be edited from an <font color="#ff0000">ordinary</font> text file <tt>and</tt> supports most HTML tags. <a href="javascript:void(0)"><font color="#000FF"><u>hyper-links are supported.</u></font></a> <p align="center">This is <strong><font size="14">variable</font> text. It can be edited from an <font color="#ff0000">ordinary</font> text file and <font face="times new roman">supports most HTML tags.</font> <a href="javascript:void(0)"><font color="#000FF"><u>hyper-links are supported.</u></font></a> <p align="center">This is <strong><font size="14">variable</font> text. It can be edited from an <font color="#ff0000">ordinary</font> text file and supports most HTML tags. <a href="javascript:void(0)"><font color="#000FF"><u>hyper-links are supported.</u></font></a> <br><br><p align="center"><a href="http://www.wyomingwebdesign.com"><font color="#000FF"><u>enter here</u></font></a> &varURL= www.yoursite.com ©text= copyright © 2003 www.yoursite.com &url=http://www.wyomingwebdesign.com Code (markup): Thank you for any help Chris
Its OK sorted. <a href="mywebpage/" target="_self" onclick="window.open('http://mywebpage','myWin',');return false;"> <font color="#000FF"> Click here to go to the forum</font></a> Code (markup):
I need some help with Javascript links. I use Commission Junction and they are changing the way you post links from the simple HTML I am familiar with, to Javascript - and I am not very good with Javascript, i'm afraid. The new Javascript links they have require "putting the advertiser & site ID's in the HTML header using the Post method". While I'm familiar with the HTML header of my HTML documents, I'm guessing that the AID & SID must be placed in the header, near the meta tags, in order to comply with the new links. Can anyone point me in the right direction? Perhaps a link to an example of how this is implemented? Thanks!! PS. I hand write all my HTML documents for the web because I lack a decent design program (due to lack of funds). My pages are primarily text with some graphics - I feel information is better then pictures (although it is said a "picture is worth a thousand words")! I do have an old version of Frontpage, but I am weary of using it due to cross browser compatability. If anyone could recommend a decent, reasonably priced program for web design, I would appreciate it. Thanks again...