|
|
|
|
Link Maker
<SCRIPT language=javascript> <!-- var link=""; var html=""; var url=""; var txturl=""; function addlink(url,txturl) { var first="<option>open here to navigate</option>" link+="<option value='"+url+"'>"+txturl+"</option>" var html="<html><head><title>SmartSurat Link Maker</title>" html+="<script>function go(){location=document.linkmaker.link.value}</script><body>" html+="<h2>My Personal Links ...</h2>" html+="<form name='linkmaker'><select name='link' onChange='go()'>" html+=first+link+"</select></form>" var w= window.open('link maker') w.document.write(html) } function cleanurl() { document.mylink.url.value="http://" } function cleantxturl() { document.mylink.txturl.value="" } // --> </SCRIPT> <!-- --><form name=mylink> <center><table BORDER WIDTH="570" > <tr> <td ALIGN=CENTER COLSPAN="2" BGCOLOR="#FFFF00"><b><font face="Arial,Helvetica"><font size=+2>Shiavi's Link Maker v.1.0</font></font></b> <br><b><font face="Arial,Helvetica"><font size=+1></font></font></b> </td> </tr> <tr BGCOLOR="#FFFF99"> <td><font face="Arial,Helvetica">Insert the url of the link</font></td> <td ALIGN=CENTER BGCOLOR="#FFFF99"><input size=30 value=http:// name=url><input onclick=cleanurl() type=button value="<<< clean"></td> </tr> <tr BGCOLOR="#FFFF99"> <td><font face="Arial,Helvetica">Insert the description for the url</font></td> <td ALIGN=CENTER><input size=30 name=txturl><input onclick=cleantxturl() type=button value="<<< clean"></td> </tr> <tr> <td ALIGN=CENTER COLSPAN="2" BGCOLOR="#FFFF99"><input onclick=addlink(document.mylink.url.value,document.mylink.txturl.value) type=button value="Add link to the combo list"></td> </tr> </table></center> </form> =================================================== "not familiar with HTML" user, to create links. It has been created by the use of "javascript" that can be viewed in the source-code.<!-- --> <font face="Arial,Helvetica"><font size=-1>The following <font color="#FF0000">Link Maker Template</font> enables you, the <font color="#0000FF">"not familiar with HTML" </font>user, to create links. It has been created by the use of "javascript" that can be viewed in the source-code.</font></font> <br>Basic Instruction :<b><font face="Arial,Helvetica"><font color="#FF0000"><font size=-1>Basic Instruction :</font></font></font></b> <ul> <li> <font face="Arial,Helvetica"><font size=-1>Insert the url. </font></font></li> <li> <font face="Arial,Helvetica"><font size=-1>Insert a description for the url. </font></font></li> <li> <font face="Arial,Helvetica"><font size=-1>Click on "Add link to the combo list" button. </font></font></li> <ul> <li> <font face="Arial,Helvetica"><font size=-1>on everytime you will add a link , a window will open showing you a combo list of links. </font></font></li> <br><font face="Arial,Helvetica"><font size=-1>close down the window and add another link.</font></font> <br><img SRC="combo.gif" height=156 width=285> <br><font face="Arial,Helvetica"><font size=-1>repeat this step of adding link and closing the window untill you have finished adding links.</font></font> <br><font face="Arial,Helvetica"><font size=-1><font color="#FF0000">dont close the last window </font>just copy-paste the source code of the last opened window. </font></font></ul> <li> <font face="Arial,Helvetica"><font size=-1>Enjoy !!! </font></font></li> </ul> </body> |