Send a Web page by e-mail using javascript
Thu, 8 Jun 2006 11:29:01 -0700
Hi IE expert,
To send a Web page via e-mail, I can follow these steps:
while viewing a web page, click File menu->Send->Send Page by E-mail
Is there any way to achieve this goal by using javascript behind a button
click?
Thanks for your help!
-adam ...
|
Great time in France
Wed, 7 Jun 2006 15:21:03 +0100
Hello
I had a fantastic time in France, hope to visit again soon.
I found a holiday cottage from these guys www.looktogo.co.uk http://www.looktogo.co.uk
Regards,
Dancer: ). ...
|
IMG inside a SPAN doesn't always show up
Mon, 5 Jun 2006 07:47:02 -0700
I have a web page with a span definition that includes two IMG definitions. I
want to display only one of the IMG at one time. I use Javascript to change
the display as needed. My problem is that sometimes the image shows up,
sometimes it doesn't.
Here is the SPAN definition:
<TR>
...
<TD nowrap>
...
|
ANN: .NET Languages List on C# Online.NET
Tue, 30 May 2006 12:46:41 GMT
FOR IMMEDIATE RELEASE
C# Online.NET assembled a list of .NET languages and .NET language
projects to help you become more aware of what is available before you
begin that new project. The list contains:
- Open Source, freeware, and commercial .NET languages
-.NET language research projects
-Visual Stud ...
|
JScript Problem on Win2k with focus()
Mon, 29 May 2006 09:21:28 +0200
Hi all,
Actuall I try to set the focus in an Web Application to a special Button.
This works fine on all Windows 2003 and XP Server/Clients.
But when a call the same page from Windows 2000 IO will get a JScript error.
Can somebody give my a little hint, why it doesn't work on Win2k?
I make only "documen ...
|
window "readyState"?
Sun, 28 May 2006 07:19:01 -0700
Windows do not have a readyState property, but as a document container I need
a way to determine whether a document is instantiated.
After a .navigate I can check the readyState of InternetExplorer or the
WebBrowser control to see if it is safe to start working with the .document.
With a window (and fr ...
|
how can i detect the submit event in PDF form using JScript,VBScript or ASP?
Fri, 19 May 2006 18:33:16 +0530
...
|
|
|
how can i detect the submit event in PDF form using JScript,VBScript or ASP ?
Fri, 19 May 2006 18:26:58 +0530
Hi all,
I have published a PDF form on my website. I want that after user presses
the submit button, he should be redirected to a xml file. how can i do this
? I mean how can i detect the submit event in PDF form using
JScript,VBScript or ASP. please help me its importnat .
Thanks
...
|
I'm new to javascript
Wed, 17 May 2006 13:17:02 -0700
I'm getting this error whenever I open my page, Error : 'bak_up' is undefined
Code 0.
what am I missing? ...
|
default event handlers
16 May 2006 08:12:09 -0700
Remember when trident was first introduced? There was a naming
convention for jscript functions in MSIE that attached the function to
an element as an event handler. Something like
<span id="stan">scan</span>
< script language="jscript">
fuction stan_onmouseenter(){
document.getElementById("stan").innerTex ...
|