Click here to Skip to main content
15,884,099 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Handling Multiple Forms in ASP.NET Pin
ToddHileHoffer24-Feb-09 8:47
ToddHileHoffer24-Feb-09 8:47 
GeneralRe: Handling Multiple Forms in ASP.NET Pin
_Sun24-Feb-09 18:05
_Sun24-Feb-09 18:05 
Questionwhich control is more faster repeater , data grid view, response.write etc Pin
Naveed72724-Feb-09 1:45
Naveed72724-Feb-09 1:45 
AnswerRe: which control is more faster repeater , data grid view, response.write etc Pin
Ennis Ray Lynch, Jr.24-Feb-09 4:57
Ennis Ray Lynch, Jr.24-Feb-09 4:57 
AnswerRe: which control is more faster repeater , data grid view, response.write etc Pin
ToddHileHoffer24-Feb-09 8:45
ToddHileHoffer24-Feb-09 8:45 
QuestionK means clustering in vb Pin
venkatadri reddy23-Feb-09 23:36
venkatadri reddy23-Feb-09 23:36 
QuestionClassic Asp Session not getting expire As per IIS setting timeout Pin
googlejumbo23-Feb-09 23:28
googlejumbo23-Feb-09 23:28 
QuestionPassing parameters to Javascript popup window Pin
pavanip23-Feb-09 22:53
pavanip23-Feb-09 22:53 
Hi,

I have written the code for display popup window using javascript in button onclient click event.
<asp:button id="Button1" runat="server" style="position: static" onclientclick="openwindow()" xmlns:asp="#unknown">
Text="Execute"/>

function openwindow()
{
window.open("AssignedTickets.aspx",'window','width=630,height=620,background=silver,menubar=no, resizable=no')
}

And I want to pass parameters to that popup page because there are some search parameters i need to pass those to popup page and display the results in popup page.
Please anybody help me how pass parameters using javascript.


Thanks in Advance
Pavani
AnswerRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski23-Feb-09 23:03
Greg Chelstowski23-Feb-09 23:03 
GeneralRe: Passing parameters to Javascript popup window Pin
pavanip23-Feb-09 23:13
pavanip23-Feb-09 23:13 
GeneralRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski23-Feb-09 23:28
Greg Chelstowski23-Feb-09 23:28 
GeneralRe: Passing parameters to Javascript popup window Pin
pavanip24-Feb-09 0:35
pavanip24-Feb-09 0:35 
GeneralRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski24-Feb-09 1:32
Greg Chelstowski24-Feb-09 1:32 
Questionlogin control error Pin
rosae61923-Feb-09 22:53
rosae61923-Feb-09 22:53 
AnswerRe: login control error Pin
ABitSmart24-Feb-09 2:36
ABitSmart24-Feb-09 2:36 
QuestionConvert HTML to XML Pin
rhemy23-Feb-09 22:45
rhemy23-Feb-09 22:45 
QuestionMechanism to handle user authentication and authorization Pin
mukkanti00723-Feb-09 21:53
mukkanti00723-Feb-09 21:53 
AnswerRe: Mechanism to handle user authentication and authorization Pin
Expert Coming23-Feb-09 22:21
Expert Coming23-Feb-09 22:21 
GeneralRe: Mechanism to handle user authentication and authorization Pin
mukkanti00724-Feb-09 23:29
mukkanti00724-Feb-09 23:29 
QuestionSimple activation email Pin
netsooz (Amir Hamidi)23-Feb-09 21:52
netsooz (Amir Hamidi)23-Feb-09 21:52 
AnswerRe: Simple activation email Pin
Greg Chelstowski23-Feb-09 22:01
Greg Chelstowski23-Feb-09 22:01 
AnswerRe: Simple activation email Pin
Abhijit Jana23-Feb-09 22:04
professionalAbhijit Jana23-Feb-09 22:04 
GeneralRe: Simple activation email Pin
J4amieC23-Feb-09 22:09
J4amieC23-Feb-09 22:09 
GeneralRe: Simple activation email Pin
Expert Coming23-Feb-09 22:12
Expert Coming23-Feb-09 22:12 
GeneralRe: Simple activation email Pin
J4amieC24-Feb-09 0:04
J4amieC24-Feb-09 0:04 

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.