User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 426,933 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,442 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 6180 | Replies: 3
Reply
Join Date: May 2007
Posts: 23
Reputation: thirunavukaras is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
thirunavukaras thirunavukaras is offline Offline
Newbie Poster

"i want used confirm in javascript in code behind"

  #1  
Jun 13th, 2007
Hai....

"i want used confirm in javascript in code behind"

i am used confirm button ,,,in code behind.

if the confirm button worked

the function is return the true...

else

the function return the false..

i want to get true and false value for my further proces..

this my code..

Dim popupScript6 As String = "<script language='javascript'>var agree= confirm('Are you sure to cancel the ticket?');if(agree){ return true};else {return false;}</script>"
'Page.RegisterStartupScript("PopupScript6", popupScript6)

in my codebehind window i want to get "agree" value....

in this popupScript6 used confirm coding is worked...but i wrote return word..this is nothing done..

i ma used return word is not worked..

please how can use this statement..

how can i get return value..

because i got the return value..

then my next code if(true) the redirect to another page...

so please hrlp me...

i am used this code also code..

but the same process done this also return word is used in not working..

this code..

Dim str As StringBuilder = New StringBuilder
str.Append("<script language='javascript'>")

str.Append("var agree= confirm('Are you sure to cancel the ticket?');")
str.Append("if(agree){")

str.Append("return true;}")
str.Append("else {")

str.Append("return false;}")
str.Append("</script>")
RegisterStartupScript("TicketNumber", str.ToString)

so please help me...
AddThis Social Bookmark Button
Reply With Quote  
Join Date: May 2007
Posts: 18
Reputation: NET-Developer is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
NET-Developer NET-Developer is offline Offline
Newbie Poster

Re: "i want used confirm in javascript in code behind"

  #2  
Jun 14th, 2007
.
Last edited by NET-Developer : Jun 14th, 2007 at 9:10 am. Reason: was posted by mistake, just do not know how to delete post
Reply With Quote  
Join Date: May 2007
Posts: 18
Reputation: NET-Developer is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
NET-Developer NET-Developer is offline Offline
Newbie Poster

Re: "i want used confirm in javascript in code behind"

  #3  
Jun 14th, 2007
Put your JS-code into some function like
function MyFunction()
{
... your code
}

And call this function by onClick event of your button (onClick="if(MyFunction()) { window.location.href='where.you.want.to.redirect'; }")
Last edited by NET-Developer : Jun 14th, 2007 at 9:07 am. Reason: it was posted uncompleted
Reply With Quote  
Join Date: Jun 2007
Posts: 10
Reputation: pushkar_it is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 1
pushkar_it's Avatar
pushkar_it pushkar_it is offline Offline
Newbie Poster

Re: "i want used confirm in javascript in code behind"

  #4  
Jun 20th, 2007
Hi dear....

This is my 1st Post...

RegisterStartupScript("Alert", "<script language=""javascript"">Confirm('Are you sure ');</script>")

this is the Best way to call javascript inside the Code....this should b written in Code behind file mean in .apsx.vb file....

I hope that you get Help from the Post...

Bye

Regards
Pushkar
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb ASP.NET Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the ASP.NET Forum

All times are GMT -4. The time now is 12:09 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC