Click here to Skip to main content
15,894,291 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Hot to open a new window when press 'F9' key Pin
Sushant_Mathur29-Mar-06 19:51
Sushant_Mathur29-Mar-06 19:51 
GeneralRe: Hot to open a new window when press 'F9' key Pin
Chetan.visodiya30-Mar-06 0:07
Chetan.visodiya30-Mar-06 0:07 
GeneralRe: Hot to open a new window when press 'F9' key Pin
Sushant_Mathur30-Mar-06 4:32
Sushant_Mathur30-Mar-06 4:32 
QuestionRequest from JS to DB Pin
progman29-Mar-06 11:46
progman29-Mar-06 11:46 
AnswerRe: Request from JS to DB Pin
alex.barylski29-Mar-06 12:17
alex.barylski29-Mar-06 12:17 
QuestionUsing RDS... Pin
Jesse Evans29-Mar-06 8:57
Jesse Evans29-Mar-06 8:57 
QuestionOpening a document from a web page via web folders... Pin
Corinne Battle29-Mar-06 7:50
Corinne Battle29-Mar-06 7:50 
AnswerRe: Opening a document from a web page via web folders... Pin
alex.barylski29-Mar-06 12:24
alex.barylski29-Mar-06 12:24 
It's possible to open a document on remote server using an application on a desktop, by simply clicking the file or a link which points at the files URL the file "should" download to local computer and launch appropriate application.

However, when the document is saved or modified, it can not be automatically uploaded back to the server, without some special desktop software which can:

1) Capture the applicaiton in questions "Save" command
2) Have knowledge of where the file is going to re-uploaded too

It's not possible that way.

There may be a work around depending on the types of files that need editing.

Text files could be edited using a HTML TEXTAREA or if it's HTML you could use WYSIWYG editors...

If you document is PDF or word, etc...thats much more difficult...the only solution I can think of is write a PDF -> HTML converter (Edit contents in WYSIWYG) and convert HTML back to PDF, etc...and save contents back to file...

This is not a trivial task however...I'm not even sure if HTML WYSIWYG contain enough stle information to re-build a PDF exactly as it was Smile | :)

Cheers Smile | :)

It's frustrating being a genius and living the life of a moron!!!
QuestionHow to access Client Side system stuf? Pin
wajih2k29-Mar-06 7:37
wajih2k29-Mar-06 7:37 
AnswerRe: How to access Client Side system stuf? Pin
George L. Jackson30-Mar-06 5:57
George L. Jackson30-Mar-06 5:57 
QuestionCDO.Message problem Pin
__makaveli__29-Mar-06 0:43
__makaveli__29-Mar-06 0:43 
AnswerRe: CDO.Message problem Pin
Rajkamal_dfine31-Mar-06 1:18
Rajkamal_dfine31-Mar-06 1:18 
QuestionMy Menu disappear opening a pop up Pin
Hajara29-Mar-06 0:37
Hajara29-Mar-06 0:37 
Questionsha1 Pin
lokesh_the_best28-Mar-06 23:33
lokesh_the_best28-Mar-06 23:33 
AnswerRe: sha1 Pin
George L. Jackson30-Mar-06 5:50
George L. Jackson30-Mar-06 5:50 
AnswerRe: sha1 Pin
Vasudevan Deepak Kumar30-Mar-06 21:00
Vasudevan Deepak Kumar30-Mar-06 21:00 
QuestionJavascript for adding and removing selected item to and from listbox Pin
Vipin.d28-Mar-06 22:08
Vipin.d28-Mar-06 22:08 
AnswerRe: Javascript for adding and removing selected item to and from listbox Pin
Sushant_Mathur29-Mar-06 19:42
Sushant_Mathur29-Mar-06 19:42 
QuestionGraphic in Javascript Pin
thainam28-Mar-06 22:02
thainam28-Mar-06 22:02 
AnswerRe: Graphic in Javascript Pin
Sushant_Mathur29-Mar-06 19:40
Sushant_Mathur29-Mar-06 19:40 
GeneralRe: Graphic in Javascript Pin
thainam29-Mar-06 19:48
thainam29-Mar-06 19:48 
AnswerRe: Graphic in Javascript Pin
Sushant_Mathur29-Mar-06 22:24
Sushant_Mathur29-Mar-06 22:24 
AnswerRe: Graphic in Javascript Pin
Rajkamal_dfine31-Mar-06 1:27
Rajkamal_dfine31-Mar-06 1:27 
GeneralRe: Graphic in Javascript Pin
thainam2-Apr-06 15:47
thainam2-Apr-06 15:47 
QuestionHow to pass a server-side object into a javascript function? Pin
KaKa'28-Mar-06 20:48
KaKa'28-Mar-06 20:48 

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.