|
Posted by Jens Kallup on 05/31/07 20:32
Hello Newsgroup,
how can I put HTMLelements like a entryfield on a webpage?
the following code bellow demonstrate the behavor...
Hello World!
C:\...
form1
----
text text text
but this is not what I want.
Can any one help me, thanks in advance
Jens
<html><head><title>kBASE 0.1</title></head><body><h1>Hello
World!<h1><h3>C:\Program
Files\xampp\htdocs\id\test.prj<h3><h3>form1<h3><hr><input type="text"
name="name" size="25" id="Edit1"><script type="text/javascript">var
Edit1Obj;function Edit1Pos() { dit1Obj=document.getElementById("Edit1");
Edit1Obj.style.left="0px"; Edit1Obj.style.top ="22px";}
Edit1Pos();</script><input type="text" name="name" size="25"
id="Edit1"><script type="text/javascript"> var Edit1Obj;function
Edit1Pos() {
Edit1Obj=document.getElementById("Edit1");Edit1Obj.style.left="32px";Edit1Obj.style.top
="22px";} Edit1Pos(); </script><input type="text" name="name" size="25"
id="Edit1"><script type="text/javascript"> var Edit1Obj;function
Edit1Pos() {
Edit1Obj=document.getElementById("Edit1");Edit1Obj.style.left="32px";Edit1Obj.style.top
="22px";} Edit1Pos(); </script></body></html>
Navigation:
[Reply to this message]
|