Click here to Skip to main content
15,887,135 members
Home / Discussions / Web Development
   

Web Development

 
Questioncalling dll in javascript Pin
idreesbadshah21-Feb-06 2:30
idreesbadshah21-Feb-06 2:30 
AnswerRe: calling dll in javascript Pin
CWIZO21-Feb-06 3:48
CWIZO21-Feb-06 3:48 
AnswerRe: calling dll in javascript Pin
Shog921-Feb-06 7:39
sitebuilderShog921-Feb-06 7:39 
Questionhel;p to solve the multipart/alternative and resolve the ParseException Pin
more.deepak20-Feb-06 23:17
more.deepak20-Feb-06 23:17 
QuestionConvert C# to VB code Pin
Chiari20-Feb-06 21:50
Chiari20-Feb-06 21:50 
AnswerRe: Convert C# to VB code Pin
jjrdk21-Feb-06 22:56
jjrdk21-Feb-06 22:56 
AnswerRe: Convert C# to VB code Pin
Srinu_ss522-Feb-06 1:20
Srinu_ss522-Feb-06 1:20 
Questioncreating a draw tool for a website Pin
silverP20-Feb-06 20:28
silverP20-Feb-06 20:28 
hi, i have just created a virtual earth website and would lyk to create a drawing tool to be able to draw shapes on the map.
i came across this website,




<title>Untitled Page



function myDrawFunction()
{
var a = document.getElementById("textBox1").value;
var b = document.getElementById("textBox2").value;
var c = document.getElementById("textBox3").value;
var d = document.getElementById("textBox4").value;
alert("The value of a,b,c,d= "+a+","+b+","+c+","+d);

jg_doc.setColor("#00ff00"); // green
jg_doc.fillEllipse(a, b, c, d);
//jg_doc.drawLine(a,b,c,d); // co-ordinates related to the document
alert("The value of a,b,c,d= "+a+","+b+","+c+","+d);

jg_doc.setColor("red");
jg_doc.drawPolyline(new Array(50, 10, 120), new Array(10, 50, 70));
jg_doc.paint(); // draws, in this case, directly into the document*/


}

var jg_doc = new jsGraphics(); // draw directly into document
var jg = new jsGraphics("myCanvas");
var jg2 = new jsGraphics("anotherCanvas");

//doc.myDrawFunction();

















SOMEONE HELPPPPPPP... thanz

QuestionHow can i launch a windows form from a CGI Pin
Yayozama20-Feb-06 13:32
Yayozama20-Feb-06 13:32 
AnswerRe: How can i launch a windows form from a CGI Pin
George L. Jackson20-Feb-06 15:27
George L. Jackson20-Feb-06 15:27 
QuestionRetrieve client information Pin
fafsfaf20-Feb-06 7:53
fafsfaf20-Feb-06 7:53 
QuestionRe: Retrieve client information Pin
George L. Jackson20-Feb-06 15:31
George L. Jackson20-Feb-06 15:31 
AnswerRe: Retrieve client information Pin
fafsfaf21-Feb-06 2:21
fafsfaf21-Feb-06 2:21 
GeneralRe: Retrieve client information Pin
Craster21-Feb-06 4:40
Craster21-Feb-06 4:40 
QuestionHow to loggin ASP.NET project in the ASP project? Pin
Bright Zhang19-Feb-06 22:17
Bright Zhang19-Feb-06 22:17 
AnswerRe: How to loggin ASP.NET project in the ASP project? Pin
Bright Zhang20-Feb-06 14:39
Bright Zhang20-Feb-06 14:39 
AnswerRe: How to loggin ASP.NET project in the ASP project? Pin
Bright Zhang21-Feb-06 16:52
Bright Zhang21-Feb-06 16:52 
AnswerRe: How to loggin ASP.NET project in the ASP project? Pin
Mohamed Naseer27-Feb-06 5:50
Mohamed Naseer27-Feb-06 5:50 
QuestionUpdates for running web-application Pin
StrayCat19-Feb-06 21:37
StrayCat19-Feb-06 21:37 
AnswerRe: Updates for running web-application Pin
George L. Jackson20-Feb-06 15:41
George L. Jackson20-Feb-06 15:41 
QuestionRe: Updates for running web-application Pin
StrayCat20-Feb-06 21:38
StrayCat20-Feb-06 21:38 
QuestionHow to parse CSS of a HTML document using MSHTML ? Pin
DimaC18-Feb-06 7:45
DimaC18-Feb-06 7:45 
AnswerRe: How to parse CSS of a HTML document using MSHTML ? Pin
Shog919-Feb-06 16:09
sitebuilderShog919-Feb-06 16:09 
GeneralRe: How to parse CSS of a HTML document using MSHTML ? Pin
DimaC19-Feb-06 22:40
DimaC19-Feb-06 22:40 
Questionphp - variables Pin
Sam 200618-Feb-06 4:15
Sam 200618-Feb-06 4:15 

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.