Click here to Skip to main content
16,007,687 members
Home / Discussions / Web Development
   

Web Development

 
Questionloosing my session object Pin
cmarmr28-Oct-05 7:02
cmarmr28-Oct-05 7:02 
AnswerRe: loosing my session object Pin
Guffa29-Oct-05 5:24
Guffa29-Oct-05 5:24 
GeneralRe: loosing my session object Pin
cmarmr31-Oct-05 14:08
cmarmr31-Oct-05 14:08 
GeneralRe: loosing my session object Pin
Guffa1-Nov-05 9:43
Guffa1-Nov-05 9:43 
QuestionSave As? Pin
Samsung27-Oct-05 8:29
Samsung27-Oct-05 8:29 
AnswerRe: Save As? Pin
Turtle Hand27-Oct-05 10:42
Turtle Hand27-Oct-05 10:42 
GeneralRe: Save As? Pin
enjoycrack28-Oct-05 7:57
enjoycrack28-Oct-05 7:57 
GeneralRe: Save As? Pin
Ghasrfakhri1-Nov-05 2:57
Ghasrfakhri1-Nov-05 2:57 
Hi you can use :
<br />
execCommand(sCommand [, bUserInterface] [, vValue]);<br />
<br />
sCommand: SaveAs  <br />
bUserInterface: [Optional]. This command displays a dialogue box if the bUserInterface argument of execCommand is set to true or omitted. It does not display a dialogue box if the argument is set to false or null and the vValue parameter is present (even if it's null). <br />
vValue [Optional]: String that specifies the path and file name of the file to which to save the Web page. When the path contains more than one folder name, separate the folder names with two backward slashes (\\). 


Use it like
<input type=button value=save onclick="execCommand('SaveAs');">


Iman Ghasrfakhri
QuestionFCK Editor Pin
Brendan Vogt27-Oct-05 2:56
Brendan Vogt27-Oct-05 2:56 
AnswerRe: FCK Editor Pin
Jack Ma Shanghai27-Oct-05 18:14
Jack Ma Shanghai27-Oct-05 18:14 
AnswerRe: FCK Editor Pin
Edbert P27-Oct-05 21:04
Edbert P27-Oct-05 21:04 
QuestionProblem integrating Crystal Report with Asp.net Pin
beechan26-Oct-05 23:59
beechan26-Oct-05 23:59 
Questionsubmitting articles Pin
Mugombi26-Oct-05 20:30
Mugombi26-Oct-05 20:30 
AnswerRe: submitting articles Pin
enjoycrack27-Oct-05 6:37
enjoycrack27-Oct-05 6:37 
Questionweb design Pin
momoo26-Oct-05 19:44
momoo26-Oct-05 19:44 
AnswerRe: web design Pin
enjoycrack27-Oct-05 6:35
enjoycrack27-Oct-05 6:35 
Questionuploading file using asp Pin
idreesbadshah26-Oct-05 19:36
idreesbadshah26-Oct-05 19:36 
AnswerRe: uploading file using asp Pin
enjoycrack27-Oct-05 6:33
enjoycrack27-Oct-05 6:33 
AnswerRe: uploading file using asp Pin
Vasudevan Deepak Kumar30-Oct-05 18:32
Vasudevan Deepak Kumar30-Oct-05 18:32 
GeneralRe: uploading file using asp Pin
Anil J Baviskar24-Nov-05 23:37
Anil J Baviskar24-Nov-05 23:37 
Questioncan't open excel from network drive using asp Pin
Anonymous26-Oct-05 14:36
Anonymous26-Oct-05 14:36 
QuestionWildcard SSL Certificate Pin
dwatkins@dirq.net26-Oct-05 10:25
dwatkins@dirq.net26-Oct-05 10:25 
QuestionWhat's wrong with my RSS feed? Pin
Larsenal26-Oct-05 6:19
Larsenal26-Oct-05 6:19 
AnswerRe: What's wrong with my RSS feed? Pin
Taka Muraoka26-Oct-05 8:12
Taka Muraoka26-Oct-05 8:12 
QuestionBrowser Control Pin
JayaDurai26-Oct-05 1:44
JayaDurai26-Oct-05 1:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.