Sometimes there come letters to me with the request to send upload/download script
About one year ago I have found them in the Internet
This script does what it is supposed to do and the way is to be done
email me, shall be glad to help
================================
Sincerely,
Vlad Smachny...
I want to send an email to me using my Verisign Certificate so that the data is only readable at our office. How to do this?
Please help with example...
================================
Sincerely,
Vlad Smachny
AlarIT programmer
http://www.AlarIT.com
================================
if you about <SELECT></SELECT>
you will define name or id for this object
<SELECT name="my_select"></SELECT>
then in javascript code you can show/hide it
document.getElementByName["my_select"].style.display = "none"; ("inline" for show)...
It is easy - because you generate all HTML and you can control what you generating... :)
you can put something like...
<table>
<tr><td><a href="javascript: alert('row 1'); wondow.location='some_address_1';">LINK</a></td></tr>
<tr><td><a href="javascript: alert('row 2')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.