Hi Friends,
i m creating one application in that
1)default.aspx i want to make a jquery code to execute via ('some url') and display the result in message box how to do it.
thanks & regards
rocky
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Feb 11, 2014, 5:02 AM
default.aspx
Status:
Rocky RockyPosted Feb 10, 2014, 6:43 AM
i need the code like below
aspx page:
some codes
c# page:
httprequest:'http://www.w3schools.com/'
when my aspx page run means internally that w3 schools content ll display on aspx page hoe to make code for that
Jaganathan BantheswaranPosted Feb 10, 2014, 6:31 AM
Jasminder SinghPosted Feb 4, 2014, 9:30 AM
$('#testFrame').attr('src', "url_to_Display")
Jasminder SinghPosted Feb 4, 2014, 9:28 AM
$('#testFrame').attr('src', "url_to_Display")
Jaganathan BantheswaranPosted Feb 4, 2014, 5:23 AM
Rocky RockyPosted Feb 4, 2014, 3:43 AM
would plz give any referal link ...
Jaganathan BantheswaranPosted Feb 4, 2014, 2:53 AM
$('#your-content-div').load("your-url");
if domain is diff,
$("#content-iframe").attr("src","your url");
Rocky RockyPosted Feb 4, 2014, 2:05 AM
ex:
the employee top salaries are contains in
"www.xxxsal.in/sallist"
my application is cost cutting dept
jquery to execute that url in these page
result of that pages display in my application how to do that?
Jaganathan BantheswaranPosted Feb 4, 2014, 2:02 AM