Search Results

Showing results 1 to 40 of 127
Search took 0.01 seconds.
Search: Posts Made By: langsor ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Dec 16th, 2008
Replies: 14
Views: 3,464
Posted By langsor
Okay, try it now, I had taken it off my server but I put it back now ... it should be working.
Forum: JavaScript / DHTML / AJAX Oct 10th, 2008
Replies: 2
Views: 2,516
Posted By langsor
You could try to find a way to convert it to Flash :-)

You could find a way to offer a VPN-type access to the site server, if it is Windows and can run the EXE file-type, then allow them to play...
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2008
Replies: 12
Views: 4,523
Posted By langsor
Hi, I've been busy with many things that have been keeping me away from the computer the last several weeks ... sorry for the lag time in getting back to this.

It's actually pretty easy to modify...
Forum: JavaScript / DHTML / AJAX Sep 10th, 2008
Replies: 13
Views: 3,882
Posted By langsor
Okay, I did some Googling about on your behalf and it seems that some people were experiencing a similar situation after installing MS Windows Updates on their computers.

If you might have...
Forum: JavaScript / DHTML / AJAX Sep 8th, 2008
Replies: 4
Views: 769
Posted By langsor
This is probably not what you're after, but I use the Error Console in Firefox and that's the only debugging tool I use for either JavaScript or CSS ...

Just a thought
Forum: JavaScript / DHTML / AJAX Sep 6th, 2008
Replies: 7
Views: 3,053
Posted By langsor
I would like to help, but I guess I just don't understand what the real problem is ... my quickie write-up of you above code delivers both 1 and 0

What am I missing here?


<html>
<head>...
Forum: JavaScript / DHTML / AJAX Sep 6th, 2008
Replies: 2
Views: 1,131
Posted By langsor
Hi,

It's true that most elements do not support the onload event ... the window does and images do too.

I have yet to find a browser that loads content other than top to bottom, so you could...
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008
Replies: 6
Views: 4,262
Posted By langsor
I had to run your script to see exactly what it was doing -- the c_url variable confused me for some reason?

Pretty cool idea actually ... but still the only way to take over a visitor's computer...
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008
Replies: 13
Views: 3,882
Posted By langsor
Hey, relax, I was being facetious -- I wasn't trying to be snide.

I don't know for sure you have a virus but it does seem likely from what you are describing -- and I'm sorry if you do, it's a...
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008
Replies: 13
Views: 3,882
Posted By langsor
Ummn, you should have mentioned the dumb message you get when logging onto your computer :-) How do you spell v.i.r.u.s.

... good luck
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008
Replies: 6
Views: 4,262
Posted By langsor
There are very good reasons to not allow browsers to open or modify files on the visitors local computer !!!! Think about it.

The best I can suggest is loading the file from the visitor's local...
Forum: JavaScript / DHTML / AJAX Sep 5th, 2008
Replies: 12
Views: 3,811
Posted By langsor
@ximath

Apparently I really like working on this puzzle ... I thought of this early this morning but have been away from my computer until now.

This is likely the way it should be done -- do...
Forum: JavaScript / DHTML / AJAX Sep 4th, 2008
Replies: 12
Views: 12,905
Posted By langsor
I would be surprised if using a <div> instead of an <iframe> reduces your load time, but you are free to explore this possibility...

I'm a PHP programmer, so I will use that as my server-side...
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008
Replies: 13
Views: 3,882
Posted By langsor
If you know you have JavaScript enabled, say in Firefox
Tools > Options... > Content (tab) > Enable JavaScript (checkbox)
then it sounds like you have a system-level problem, possibly a virus (?)....
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008
Replies: 6
Views: 2,679
Posted By langsor
By the way, many browsers now open pop-up windows as tabbed windows. Which means that you cannot hide the scrollbars of the main window... so if this is important you might try a different approach....
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008
Replies: 1
Views: 499
Posted By langsor
Hi,

I've just been working with a CMS for a client involving image-management, ajax, mysql, et.al ...

You need to know that you can not upload files using Ajax. The best work-around (that I...
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008
Replies: 12
Views: 3,811
Posted By langsor
One last thought, I suspect the easiest (but not necessarily most reliable) way to track if a request is already active, is using cookies ... either in the JavaScript or on the server-side.

Just...
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008
Replies: 12
Views: 3,811
Posted By langsor
You are correct, and this way you don't interfere with the existing code at all. You just need some hook for the javascript to grab onto, like a class-name, id, name or href attribute (almost...
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008
Replies: 4
Views: 2,171
Posted By langsor
Wow, when I build websites I just ignore IE for Mac since it's so poorly designed (and no longer supported) it's just not worth the trouble. But hey, if it works in that browser it's bound to work...
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008
Replies: 12
Views: 3,811
Posted By langsor
Hey,

This new idea of mine might not seem more elegant than your setTimout idea, but it is another approach to consider, and doesn't mess with your existing tags -- just the <span>s you put in.
...
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008
Replies: 12
Views: 3,811
Posted By langsor
Hello,

I hope I understand what your situation is here ... but why not simply disable the link and submit the page href with a script when the ajax is done doing its thing?

This isn't a perfect...
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008
Replies: 1
Views: 500
Posted By langsor
Besides basic math, there are built-in functions as well ...
http://www.javascripter.net/faq/mathfunc.htm
http://www.techotopia.com/index.php/JavaScript_Math_Object...
Forum: JavaScript / DHTML / AJAX Sep 3rd, 2008
Replies: 4
Views: 2,171
Posted By langsor
Sorry, it works in my IE7 and I don't have any of the legacy IE versions around to test it on.

This is what I have from your code above, after some mild reformatting clean up (to my tastes) :-)
...
Forum: JavaScript / DHTML / AJAX Sep 2nd, 2008
Replies: 6
Views: 2,745
Posted By langsor
Hello,

Normally people use TAB to get between input elements on the page (location, window.focus, form input, etc ...) and then use the ARROW -> keys to move between input elements in a specific...
Forum: JavaScript / DHTML / AJAX Sep 1st, 2008
Replies: 12
Views: 12,905
Posted By langsor
javascript can load content into a div tag, but that content has to come from somewhere and javascript cannot open a file (page) on its own. So you would need to send the page information to...
Forum: JavaScript / DHTML / AJAX Sep 1st, 2008
Replies: 2
Views: 1,742
Posted By langsor
Honestly, I don't know what works in Acrobat and I'm about to go to bed so don't have time to play with the software to find out ...

First you need to get a hook on the form fields .. in html you...
Forum: JavaScript / DHTML / AJAX Sep 1st, 2008
Replies: 12
Views: 12,905
Posted By langsor
Is this an ASP question or a JavaScript question, because I don't know squat about ASP.

Is your question how to load content into an html <div> tag using javascript? Are you getting that content...
Forum: JavaScript / DHTML / AJAX Sep 1st, 2008
Replies: 1
Views: 1,563
Posted By langsor
I'm not entirely clear your exact specifications, but you might use cookies to keep the value between pages. If your form needs to query a database then you could use cookies with php and...
Forum: JavaScript / DHTML / AJAX Sep 1st, 2008
Replies: 1
Views: 508
Posted By langsor
Are you promoting your project or asking for feedback?

This is not really the place to do either ... this might be a better forum to ask for feedback (I'm not sure really) --...
Forum: JavaScript / DHTML / AJAX Sep 1st, 2008
Replies: 1
Views: 571
Posted By langsor
I don't know what limit might be placed on such a thing ... but I built (can't find my example at the moment) a little function that creates a new javascript include element in the page header,...
Forum: JavaScript / DHTML / AJAX Sep 1st, 2008
Replies: 1
Views: 454
Posted By langsor
This URL is broken ...


Yes, it is possible.

no-javascript

<a href="new_window.html" target="blank"><img src="slide.jpg" /></a>
Forum: JavaScript / DHTML / AJAX Sep 1st, 2008
Replies: 1
Views: 4,007
Posted By langsor
In concept ...

By using a javascript-class approach, rather than a procedural approach you can instantiate multiple object instances of the class ... or you could simply reuse the same...
Forum: JavaScript / DHTML / AJAX Sep 1st, 2008
Replies: 1
Views: 475
Posted By langsor
I would not use a site requiring me to click through banners before being able to log in.

Can you get pay-per-impression banners instead of pay-per-click?
Then make your site popular by being...
Forum: JavaScript / DHTML / AJAX Aug 30th, 2008
Replies: 5
Views: 2,512
Posted By langsor
Wanted to thank you for that piece of information. It's good to know and will certainly come in handy ...

Thanks
Forum: JavaScript / DHTML / AJAX Aug 29th, 2008
Replies: 12
Views: 4,523
Posted By langsor
We were scrolling down the select field when the user clicked an option, and Firefox will automatically scroll to the bottom select when the page loads, but IE doesn't.

So we simply need to...
Forum: JavaScript / DHTML / AJAX Aug 29th, 2008
Replies: 3
Views: 3,046
Posted By langsor
The long answer is something like this...

fade.html

<html>
<head>
<style type="text/css">
body {
padding: 60px;
background: silver;
Forum: JavaScript / DHTML / AJAX Aug 29th, 2008
Replies: 3
Views: 3,046
Posted By langsor
The quick answer is that IE supports filter: Alpha(Opacity=80); and most DOM browsers support opacity: 0.8; -- and remember, all children of the alpha element will inherit the alpha state as well.
...
Forum: JavaScript / DHTML / AJAX Aug 27th, 2008
Replies: 12
Views: 4,523
Posted By langsor
I will try to look at it when I have more time ... but why do you need it to scroll to the last selected option if you're submitting the form?

I believe your current problem is that this line...
Forum: JavaScript / DHTML / AJAX Aug 26th, 2008
Replies: 1
Views: 1,180
Posted By langsor
JavaScript, by itself, can not send email. It can, however, communicate with a server-side script (such as PHP) which can send the email for it.

Search around for examples of Ajax JavaScript...
Forum: JavaScript / DHTML / AJAX Aug 26th, 2008
Replies: 7
Views: 6,687
Posted By langsor
You're right, I should remember to check my stuff in IE before posting it as working (even whey my stuff works and IE is what's broken) :-)

Also, thought you should know that when you add rows...
Showing results 1 to 40 of 127

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC