Click here to Skip to main content
16,004,761 members
Home / Discussions / Web Development
   

Web Development

 
GeneralAcces database on server Pin
Rickard Andersson2011-Sep-02 21:16
Rickard Andersson2011-Sep-02 21:16 
GeneralRe: Acces database on server Pin
Paul Riley11-Sep-02 23:49
Paul Riley11-Sep-02 23:49 
GeneralRe: Acces database on server Pin
Jeremy Falcon12-Sep-02 3:09
professionalJeremy Falcon12-Sep-02 3:09 
GeneralRe: Acces database on server Pin
Rickard Andersson2012-Sep-02 10:02
Rickard Andersson2012-Sep-02 10:02 
GeneralCreate threaded message board Pin
cool_guy11-Sep-02 21:13
cool_guy11-Sep-02 21:13 
GeneralRe: Create threaded message board Pin
Paul Watson11-Sep-02 23:47
sitebuilderPaul Watson11-Sep-02 23:47 
GeneralPrinter Friendly Page with too big data to be passed Pin
Mohammed Derbashi11-Sep-02 3:06
professionalMohammed Derbashi11-Sep-02 3:06 
GeneralRe: Printer Friendly Page with too big data to be passed Pin
Nick Parker11-Sep-02 5:47
protectorNick Parker11-Sep-02 5:47 
You can hide the values of the page in hidden tags:



and then you can request through client side code the value


function WriteMe()
{
document.write("You searched criteria was " + window.opener.document.test.search.value);
}


You might need to double check the Javascript, but it looks something like this. Otherwise just repost back to the server. Smile | :)

Nick Parker


GeneralRe: Printer Friendly Page with too big data to be passed Pin
Paul Watson11-Sep-02 7:53
sitebuilderPaul Watson11-Sep-02 7:53 
GeneralRe: Printer Friendly Page with too big data to be passed Pin
Not Active13-Sep-02 5:40
mentorNot Active13-Sep-02 5:40 
GeneralRe: Printer Friendly Page with too big data to be passed Pin
Paul Watson13-Sep-02 5:52
sitebuilderPaul Watson13-Sep-02 5:52 
GeneralASP surveys Pin
mcm11-Sep-02 0:51
mcm11-Sep-02 0:51 
Generalcombobox binding in ASP Pin
ramesh subbiah11-Sep-02 0:43
ramesh subbiah11-Sep-02 0:43 
GeneralRe: combobox binding in ASP Pin
Mohammed Derbashi11-Sep-02 3:27
professionalMohammed Derbashi11-Sep-02 3:27 
GeneralRe: combobox binding in ASP Pin
Nick Parker11-Sep-02 5:42
protectorNick Parker11-Sep-02 5:42 
GeneralRe: combobox binding in ASP Pin
Paul Riley11-Sep-02 7:09
Paul Riley11-Sep-02 7:09 
GeneralRe: combobox binding in ASP Pin
Nick Parker11-Sep-02 12:58
protectorNick Parker11-Sep-02 12:58 
GeneralRe: combobox binding in ASP Pin
Paul Riley11-Sep-02 13:12
Paul Riley11-Sep-02 13:12 
GeneralRe: combobox binding in ASP Pin
Nick Parker11-Sep-02 17:15
protectorNick Parker11-Sep-02 17:15 
GeneralDataGrid.DataBind effect doesn't last! Pin
D.D. de Kerf11-Sep-02 0:33
D.D. de Kerf11-Sep-02 0:33 
GeneralInherits system.web.ui.page Pin
sybux200010-Sep-02 22:58
sybux200010-Sep-02 22:58 
GeneralRe: Inherits system.web.ui.page Pin
Paul Watson11-Sep-02 7:58
sitebuilderPaul Watson11-Sep-02 7:58 
GeneralRe: Inherits system.web.ui.page Pin
sybux200012-Sep-02 7:44
sybux200012-Sep-02 7:44 
GeneralRe: Inherits system.web.ui.page Pin
Paul Watson12-Sep-02 21:13
sitebuilderPaul Watson12-Sep-02 21:13 
GeneralBgColor in aspx Pin
sybux20008-Sep-02 6:07
sybux20008-Sep-02 6:07 

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.