Click here to Skip to main content
16,005,826 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Passing more than one value between windows Pin
Gretna20-Aug-08 3:00
Gretna20-Aug-08 3:00 
QuestionTemporarily disabling a SharePoint workflow for a list item Pin
JimmyRopes20-Aug-08 1:47
professionalJimmyRopes20-Aug-08 1:47 
QuestionVS2008 issue Pin
samerh20-Aug-08 1:40
samerh20-Aug-08 1:40 
AnswerRe: VS2008 issue Pin
Abhijit Jana20-Aug-08 3:12
professionalAbhijit Jana20-Aug-08 3:12 
QuestionCustomized Google Search Pin
jabbarsb20-Aug-08 1:25
jabbarsb20-Aug-08 1:25 
AnswerRe: Customized Google Search Pin
Christian Graus20-Aug-08 1:33
protectorChristian Graus20-Aug-08 1:33 
JokeRe: Customized Google Search Pin
The Web Developer20-Aug-08 1:43
The Web Developer20-Aug-08 1:43 
Questionjavascript function Pin
meghamaharshi20-Aug-08 0:42
meghamaharshi20-Aug-08 0:42 
hello
i have a javascript function in which i m calling another javascript function but there is error in passing arguments saying undefined..plz help me out..
function imageview(position,count,imgFile)
{

preview = window.open("", "","resizable=no,toolbar=no,scrollbars=no,menubar=no,status=no,directories=no");
preview.document.write('<title>'+imgFile+' <\/title><\/head>'
+'<body onload="javascript:timer('+position+','+count+','+imgFile+');" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">'
+'<center>'
+'<a href="javascript:self.close()">'
+'<img border="0" alt="Image loading please wait...." id="IMG1">'
+'<\/a>'
+'<div id="timer"></div>'
+'<\/body><\/html>');
preview.document.close();
}


Thanks </img></a></center></body>
AnswerRe: javascript function Pin
Brij20-Aug-08 0:46
mentorBrij20-Aug-08 0:46 
GeneralRe: javascript function Pin
meghamaharshi20-Aug-08 1:03
meghamaharshi20-Aug-08 1:03 
AnswerRe: javascript function Pin
Abhijit Jana20-Aug-08 1:01
professionalAbhijit Jana20-Aug-08 1:01 
GeneralRe: javascript function Pin
meghamaharshi20-Aug-08 1:09
meghamaharshi20-Aug-08 1:09 
AnswerRe: javascript function Pin
astanton197820-Aug-08 2:15
astanton197820-Aug-08 2:15 
Questionproblem loading gridview on another user control Pin
justintimberlake20-Aug-08 0:37
justintimberlake20-Aug-08 0:37 
QuestionHelp needed on freetextbox Pin
wajans20-Aug-08 0:17
wajans20-Aug-08 0:17 
AnswerRe: Help needed on freetextbox Pin
Christian Graus20-Aug-08 0:23
protectorChristian Graus20-Aug-08 0:23 
GeneralRe: Help needed on freetextbox Pin
wajans20-Aug-08 0:50
wajans20-Aug-08 0:50 
GeneralRe: Help needed on freetextbox Pin
Christian Graus20-Aug-08 0:52
protectorChristian Graus20-Aug-08 0:52 
GeneralRe: Help needed on freetextbox Pin
wajans20-Aug-08 3:09
wajans20-Aug-08 3:09 
Questionfacing date format problem Pin
Jagwinder Walia19-Aug-08 23:47
Jagwinder Walia19-Aug-08 23:47 
AnswerRe: facing date format problem Pin
AhsanS20-Aug-08 0:21
AhsanS20-Aug-08 0:21 
Questioncontent page, javascript problem Pin
krishnaveer19-Aug-08 23:42
krishnaveer19-Aug-08 23:42 
AnswerRe: content page, javascript problem Pin
Brij20-Aug-08 0:20
mentorBrij20-Aug-08 0:20 
GeneralRe: content page, javascript problem Pin
krishnaveer20-Aug-08 0:33
krishnaveer20-Aug-08 0:33 
AnswerRe: content page, javascript problem Pin
Brij20-Aug-08 0:37
mentorBrij20-Aug-08 0:37 

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.