It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites

Search found 148 matches

Return to advanced search

Re: Need Help making this Program

Err.. What exactly is the program supposed to do?
by dafunkymunky
on Wed Nov 11, 2009 7:45 pm
 
Forum: Visual Basic Forum
Topic: Need Help making this Program
Replies: 2
Views: 151

And hey there is one way to do it.. You call a function for open in new window and prevent the right click and also prevent the toolbar from appearing. I saw this in one guys site... But then there is the temporary internet folder to find the images.. So there is now way to prevent a person from cop...
by dafunkymunky
on Mon Oct 15, 2007 6:48 pm
 
Forum: JavaScript Forum
Topic: Preventing the toolbar to appear ...
Replies: 6
Views: 628

You just gave me a great project to work on.. K lemme tell you this for now... You cannot display a svg image.. Lemme tell you what XML is.. XML is a language of your own.. It doesn't have any specific inbuilt commands/tags as in html or other things... Here the tags are all your own.. You name the ...
by dafunkymunky
on Sun Oct 14, 2007 5:52 pm
 
Forum: JavaScript Forum
Topic: dynamically adding an SVG drawing to a page
Replies: 2
Views: 502

<html> <head> <script language="javascript"> function col() { unit=parseInt(document.estimate.units.value) if(unit>=0 && unit<=5) { document.estimate.unitprice.value="$250 " } else if(unit>5 && unit<=10) { document.estimate.unitprice.value="$225 " } else...
by dafunkymunky
on Sun Oct 14, 2007 5:40 pm
 
Forum: JavaScript Forum
Topic: QTY / UNIT PRICE
Replies: 2
Views: 429

Oh boy.. Oh boy.. I know whats wrong in this code..

[code]

if (val2=0)
{
alert("You've selected Week 1")
}

[\code]

you need double equal to inside the if

if(val2==0) whe you compare you need two equlas.. when you assign its one equal..
by dafunkymunky
on Sun Oct 14, 2007 5:18 pm
 
Forum: JavaScript Forum
Topic: Dependent Combo boxes
Replies: 2
Views: 466

Thats simple.. I dunno why the code you have given above is not working as you said.. But what you want is easy to do.. Just add another variable that is the name of the pdf file in the sublist.. It must look something like this. SubList[13]=new ListSubItem(5,11,"Paris","thisname.pdf"); onve you kno...
by dafunkymunky
on Sun Oct 14, 2007 5:14 pm
 
Forum: JavaScript Forum
Topic: Dependent Combo boxes
Replies: 2
Views: 466

Haha.. Ya i agree with bobbyblade, There is a way to hide your id using javascript.
by dafunkymunky
on Sun Oct 14, 2007 5:07 pm
 
Forum: HTML Forum
Topic: html to send mail
Replies: 6
Views: 686

and giving ppl option to choose whom to mail is not a good ideq unless they have to select from a listbox.. you can mail in anybody's name if you give a text box, to anybody..
by dafunkymunky
on Sun Oct 07, 2007 2:54 pm
 
Forum: HTML Forum
Topic: html to send mail
Replies: 6
Views: 686

you'll have to use the database activeX control to do it..
by dafunkymunky
on Sun Oct 07, 2007 2:52 pm
 
Forum: Visual Basic Forum
Topic: help with access database
Replies: 3
Views: 427

i cant understand the code above.. just do this.. function loadimg(sorc,id) { img=document.getElementById(id) img.src=sorc; } function replaceimg() { img=document.getElementById(id) img.src='the_original_filename_here'; } <img src="the_original_file_name" id="something" onMouseover="loadimg('the_...
by dafunkymunky
on Sat Oct 06, 2007 9:24 am
 
Forum: JavaScript Forum
Topic: Problem implementing images into dropdown menu
Replies: 1
Views: 499

Coding for the f***** up IE.. It sucks big time..
by dafunkymunky
on Sat Oct 06, 2007 8:48 am
 
Forum: JavaScript Forum
Topic: Question: 5 things
Replies: 2
Views: 497

just use document.getElementById('localswf').scr=url('the source goeshere')
by dafunkymunky
on Sat Oct 06, 2007 8:41 am
 
Forum: JavaScript Forum
Topic: change embed src using
Replies: 2
Views: 539

Ya thats right, But what i'm telling is in what kinda of program you use drag and drop? It depends on that..
by dafunkymunky
on Sat Oct 06, 2007 6:54 am
 
Forum: JavaScript Forum
Topic: Drag and drop ?
Replies: 4
Views: 512

why is this poll here?
and it depends on where you use drag and drop.. usually its very friendly.. like in Linux. where you can drag and drop anything anywhere..
by dafunkymunky
on Fri Oct 05, 2007 5:41 pm
 
Forum: JavaScript Forum
Topic: Drag and drop ?
Replies: 4
Views: 512

and it is posiible to move more than one imgs. If you want the solution i can give it. But that'll spoil your fun to figuring it out yourself..
by dafunkymunky
on Fri Oct 05, 2007 5:39 pm
 
Forum: JavaScript Forum
Topic: how to modify this code so the image "loop"
Replies: 2
Views: 373
Next

Return to advanced search