Jump to content

ev66

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by ev66

  1. the following sends the body html of the current web page to a textareamypage-document.getElementById('txt1').value= document.body.innerHTML;is it possible to send the body html of a different web page to the textarea ?mypage-document.getElementById('txt1').value= document.body.innerHTML; of mypage2thanks

  2. which is the correct Doc type for java script and html, is it -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">or<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">or<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">or<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">or<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html xmlns="http://www.w3.org/1999/xhtml">Thanks

  3. Im trying to write an extension for dreamweaver, when the extension referencesA new window I want it to change the <body> tag to <body onload="myfunc()">, I,ve looked on Internet and in my books but cant manage it.Any ideas ?Thank you.

×
×
  • Create New...