Click here to Skip to main content
16,006,535 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: visualize activity on a website Pin
brien_rtb17-Jan-08 16:27
brien_rtb17-Jan-08 16:27 
GeneralRe: visualize activity on a website Pin
Johnny ²17-Jan-08 17:05
Johnny ²17-Jan-08 17:05 
QuestionWhich one is the best web hosting provider? Pin
just3ala217-Jan-08 7:11
just3ala217-Jan-08 7:11 
AnswerRe: Which one is the best web hosting provider? Pin
alex.barylski17-Jan-08 9:14
alex.barylski17-Jan-08 9:14 
AnswerRe: Which one is the best web hosting provider? Pin
Vasudevan Deepak Kumar17-Jan-08 21:15
Vasudevan Deepak Kumar17-Jan-08 21:15 
GeneralRe: Which one is the best web hosting provider? Pin
just3ala219-Jan-08 21:44
just3ala219-Jan-08 21:44 
GeneralRe: Which one is the best web hosting provider? Pin
Vasudevan Deepak Kumar23-Jan-08 2:08
Vasudevan Deepak Kumar23-Jan-08 2:08 
GeneralJavascript Error in IE7 Pin
Rocky#17-Jan-08 4:58
Rocky#17-Jan-08 4:58 
hi,
I'm workin on a web form in asp .net 2.0 and I wrote a little bit of JS in it. at first I checked it on FireFox and it was working fine but once I shifted to IE 7 (THE MASTER PIECE OF Microsoft!) it started giving errors. I've made lots of changes to chk whats going on but to no avail, now I'm offering u the code. plz have a look at it and do tell me if u have some sort of solution
this code is in a GridView's templatefield
]]>'>
Select an Option
Send to Mobile
Email it
Map it

]]>",<%#Eval("id") %>)' />

That's the JS function
function CheckMoreOptions(vid,var2)
{
    var ddl = document.getElementById(vid.toString());
    //alert(ddl.id.toString());
    if(ddl.value == "Email it")
    {
        window.open("SendEmail.aspx?id="+var2.toString(),"411BusCar.com","status=0,toolbar=0,location=0, menubar=0, resizable=0, width=400, height=600");
    }
    else if (ddl.value == "Send to Mobile")
    {
        window.open("SendSMS.aspx?id="+var2.toString(),"411BusCar.com","status=0,toolbar=0,location=0, menubar=0, resizable=0, width=250, height=320");
    }
    else
    {
    //mapit page
        //window.location="mapit.aspx?lat="+lat+"&long="+lon;
        
    }
    
    
}



Rocky

Success is a ladder which you can't climb with your hands in your pockets.

Question[Message Deleted] Pin
MayyMagdy17-Jan-08 4:16
MayyMagdy17-Jan-08 4:16 
GeneralRe: Classic ASP Progress Bar Pin
led mike17-Jan-08 4:25
led mike17-Jan-08 4:25 
Answer[Message Deleted] Pin
MayyMagdy17-Jan-08 4:34
MayyMagdy17-Jan-08 4:34 
GeneralRe: Classic ASP Progress Bar Pin
led mike17-Jan-08 5:40
led mike17-Jan-08 5:40 
Answer[Message Deleted] Pin
MayyMagdy17-Jan-08 5:52
MayyMagdy17-Jan-08 5:52 
GeneralRe: Classic ASP Progress Bar Pin
led mike17-Jan-08 5:59
led mike17-Jan-08 5:59 
Answer[Message Deleted] Pin
MayyMagdy17-Jan-08 6:09
MayyMagdy17-Jan-08 6:09 
GeneralRe: Classic ASP Progress Bar Pin
led mike17-Jan-08 9:08
led mike17-Jan-08 9:08 
GeneralRe: Classic ASP Progress Bar Pin
Johnny ²17-Jan-08 12:54
Johnny ²17-Jan-08 12:54 
Generalgridview Pin
kiranmaggam16-Jan-08 22:44
kiranmaggam16-Jan-08 22:44 
GeneralRe: gridview Pin
Paul Conrad20-Jan-08 11:22
professionalPaul Conrad20-Jan-08 11:22 
QuestionHow can i set a image using JavaScript Pin
dipak.dipak16-Jan-08 19:51
dipak.dipak16-Jan-08 19:51 
Generalplz suggest a nice final year project title Pin
sathiya shalini16-Jan-08 4:02
sathiya shalini16-Jan-08 4:02 
GeneralRe: plz suggest a nice final year project title [Duplicated Post. Please Ignore] Pin
Vasudevan Deepak Kumar17-Jan-08 4:58
Vasudevan Deepak Kumar17-Jan-08 4:58 
GeneralC#.net..Very Urgent Pls Pin
kiranmaggam16-Jan-08 2:09
kiranmaggam16-Jan-08 2:09 
GeneralRe: C#.net..Very Urgent Pls Pin
Vasudevan Deepak Kumar16-Jan-08 2:46
Vasudevan Deepak Kumar16-Jan-08 2:46 
Questionmp3 MIME Type on Firefox Pin
fukchai200015-Jan-08 22:02
fukchai200015-Jan-08 22:02 

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.