mtawk,
i would send the variable as a hidden form field, so it would b included with the rest of the form variables sent.
ex:
<form action="file.html" method="GET" name="myform" >
<INPUT TYPE="text" name="myinput" value="yyy">...
JAG7,
hmm, you mean you want the href to be variable?
....you might try:
<td onClick="YourFunction(something.html)">Click Here!</td>
....this way you can pass the url link to the function.
your function would be like:
YourFunction(UrlLink){
parent.location.href=(UrlLink);
}...
JAG7,
i havent really researched it much, but i found this nifty little page:
<html>
<!- Written by Keith Swerling at www.TopiXonline.com
<!- Clickable Table Regions, as seen on www.TopiXonline.com
<!- Help me make it better KeithS@TopiXonline.com
<head>
<SCRIPT...
motte,
I can prolly make ya one...wouldnt be till tomorrow or next day tho :/
i'm swamped with this html builder thingy...
..if you would like, gimme your email and i will send it to ya when i get it...who knows? i may get it workin well enough to use it... my issue with it is that im workin...
motte,
thx for the post, i have investigated the textRange() IE javascript function, and as you mentioned, it works great in IE ...not in Netscrape.
I didnt realize that this had to happen client-side...just about everything i do is javascript so it's not usually a concern.
I have heard that...
I have no experience with cgi, tho i understand the basic concept.
I have an HTML form with a TextArea inwhich users insert text to be displayed on a web page.
I have been searching all over for a means to allow the user to bold any selection of text in this TextArea.
I have searched and...
egims,
what it sounds like you are after ....
when you say "new window" it tends to mean an html document.
i think, however, you may be more interested in using DHTML or commononly refered to as "Layers" ....there is a DHTML Forum. Hope it helps ;)
~ jsLove
RedWulf,
here's what i have used in the past:
<SCRIPT LANGUAGE=JavaScript>
<!--
// place this in your document body where you want the image to appear:
gfx0="pic01.gif"; // your first img
lnk0="http://www.pic01url.com"; // img 1's url
gfx1="pic02.jpg"; // your...
egims,
i would use this in first page (the one with the thumbnail):
---mybeautifulpic.htm is the url of the new window.
---mypicwin is just a name for the new window.
<SCRIPT language="JavaScript">
<!--
function img1win()...
Ever have one of those really long alphabetical lists that neither you (or your user) wants to have to scroll thru but didnt want to put an obnoxious clickable alphabet at the top of the page?
I have. And with a bit of research and experimentation I came up with what I believe is an eloquent...
Sailorkid,
hmm...i dont know much about it, but checked some resources and php and asp do that easily...
other than that, this is what i found:
The two most common HTTP Headers are Referer and User-Agent. An HTTP header can be obtained from the Request.ServerVariables collection using the...
GUJUm0deL,
...well, its simple and lengthy, but ya might try something like this?
function validation() {with (document.pickaformName) {
if ((elements[01].checked == false) && (elements[02].checked == false) && (elements[03].checked == false))
{alert("You must select a...
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.