[Javascript] Dynamically generate link from text being typed in textbox?

Anthony E. apwebdesign at yahoo.com
Thu Jan 17 15:46:19 CST 2002


you could do this using layers and the onBlur event
handler for the input field.

u could write to a layer with a function called from
onBlur.

i could go into greater detail, but I'd have to look
some things up.


--- David Yee <dyee at AMSResponse.com> wrote:
> Hi all.  I'm wondering is it possible to dynamically
> generate a link as text
> is being typed into a particular text box. 
> Basically I want the link to
> contain a GET variable name and value without
> submitting the form (the form
> actually posts to another page).  And since I don't
> think you can have a
> form within a form I'm hoping I can do it using
> Javascript.  Thanks!
> 
> David
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript


=====
--
Anthony Ettinger
apwebdesign at yahoo.com
415-504-8048
http://chovy.com/resume.doc

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/



More information about the Javascript mailing list