|
More site info...
XML, HTML, Javascript, Web and CSS | Forum profile
|
|
Forum profile page for XML, HTML, Javascript, Web and CSS on http://www.vbforums.com.
This report page is the aggregated overview from a single forum: XML, HTML, Javascript, Web and CSS, located on the Message Board at http://www.vbforums.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "XML, HTML, Javascript, Web and CSS" on the Message Board at http://www.vbforums.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on XML, HTML, Javascript, Web and CSS:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
24
|
100
|
239
|
|
Post:
|
74
|
331
|
833
|
|
|
XML, HTML, Javascript, Web and CSS Posting activity graph:
|
Top authors during last week:
user's latest post:
using list box with function
Published (2009-12-04 13:56:00)
To add more functions to onsubmit, separate them by semicolons: Code: <form name="form1" onsubmit="confirmSubmit();membershipDiscount();dinnerCost(); additionalCost();confirmReset();"> Also, you should only have one statement that returns a value to onsubmit, and as said, it should return either true or false (or equivalents).
user's latest post:
Auto Submit Form
Published (2009-12-04 18:12:00)
it's entirely possible to submit a form automatically via something like cURL, which can basically send a request to a page like it was another user. however, this requires a scripting language of some kind. and, the morality of what you're doing might come into question ;)
user's latest post:
[RESOLVED] jQuery UI Tabs Help -...
Published (2009-12-03 09:42:00)
Ah. The AJAX sounds perfect. Since I'm designing a bi-lingual site I'm planning on templating everything out and loading it up dynamically anyway. I think the AJAX may be just what I need. Thanks!
user's latest post:
Float Drop problem.
Published (2009-11-30 14:14:00)
Thanks. That seems to have solved the problem.
user's latest post:
Auto Submit Form
Published (2009-12-04 02:31:00)
Quote: Originally Posted by abcat Someone else form. Is that possible. Thanks for all the above help. I doubt the other party would appreciate you using their form unless you work for them as a designer/developer.
user's latest post:
How to change the color
Published (2009-12-04 00:45:00)
Hi All, I am working with google map. I want change the color of drive directions path line. For that please send me sample code.
user's latest post:
[RESOLVED] jQuery, POST to...
Published (2009-11-30 00:22:00)
Thanks both of you guys (repped Samba, still getting told I favor Cow too much.) The above solution not only worked, but also helped me eliminate a lot of repeated coding. I updated this sample to this solution, that and the 2 ajax/jquery forms I'm working on works fine. Above is pretty nice. A form that still work with javascript disabled. Any critic is welcome, as basically all my forms are based on this for now (Yes, I heard about...
user's latest post:
[RESOLVED]Simple question about...
Published (2009-12-04 16:04:00)
yes...a very stupid question but sometimes this littles problems give a lot of work... The code work know like desired Many Thanks
user's latest post:
Auto Submit Form
Published (2009-12-04 12:48:00)
Oic, I think its fine for me, I just curious to know. Thanks anyway.
user's latest post:
Float Drop problem.
Published (2009-11-30 12:17:00)
Could you post a screenshot of what you mean? It all looks proper to me. It actually looks better in Firefox 3.5 and IE8 than it does in Firefox 2 or IE7. The div with the yellow border messes up in the latter. -- *edit* seems only in IE. In Fx it all looks fine.
|
|
|
|
Latest active threads on XML, HTML, Javascript, Web and CSS::
Started 1 week ago (2009-12-01 12:31:00)
by SambaNeko
Any variables you put in the query string (like http://thewebformsite.com/?name=abc&password=def ) are GET variables - you can't send POST variables this way, and if your receiving script is looking for POST vars, it won't find any. If you enabled your receiving script to accept either GET or POST vars, then you could use either the form or the query string method to submit data. But that ...
Started 4 days, 21 hours ago (2009-12-04 07:20:00)
by sacramento
[RESOLVED]Simple question about space
Hi to all:
this is a simple question,because i would like insert spaces in the xml line:
Code:
<TransactionID><%= stu3!dtdoc %><%= stu3!diario %><%= stu3!numerocontab %></TransactionID>
This sort somrthing like this:
2009-12-03100100001
and I would like the line ...
Started 4 days, 14 hours ago (2009-12-04 14:12:00)
by menre
The best code to get as quickly as possible is available from the Google API developers and you can find that on their documentation pages when you are on their website.
Started 4 days, 14 hours ago (2009-12-04 14:08:00)
by menre
Hi,
Does it help when you read any of the pages below?
1) http://code.google.com/apis/maps/doc.../controls.h tml
2) http://code.google.com/apis/maps/documentation/
You could find some pre-defined code there.
Menre
Started 5 days, 4 hours ago (2009-12-04 00:23:00)
by SambaNeko
You don't have "selectionExpense" defined anywhere, so the return statement at the end of your function won't work. Did you mean to use "selection_cost" here? Also you need to have "document." in front of your "form1.menu.selectedIndex". Other than that (also you should add a closing ">" at the end of you <form> tag), your code will be functional, but maybe not practical.
You can only ...
Started 5 days, 19 hours ago (2009-12-03 09:13:00)
by kows
call it in window.onload?
Code:
window.onload = function(){
ajaxFunction();
}
Started 5 days, 20 hours ago (2009-12-03 07:46:00)
by sciguyryan
[RESOLVED] jQuery UI Tabs Help - External Tabs
Hi guys!
I was wondering is anyone knew of a way exists to have jQuery tabs but as tabs that aren't changes dynamically when clicked. So basically it's a normal link that switches tags as the page is changed.
Edit: Or alternatively. How about, say, loading an external page ...
Started 6 days, 16 hours ago (2009-12-02 11:55:00)
by kows
while I can't directly help you, I have a suggestion if you could change the markup. it might be easier to just have a <div> containing the h1 and paragraph elements with a specific class name, or something.
Started 2 weeks, 6 days ago (2009-11-18 09:27:00)
by pr1ngl3
Free SSH Hosting
Hi,
Does anyone know of a free hosting site that supports SSH. The SSH would be used as a tunnel for MySQL connections from a .NET developed application.
I have spent half the day scouring the web but still can not find one that is free.
I need it to be free so I can test the application and process, ...
Started 1 week, 1 day ago (2009-11-30 13:04:00)
by SambaNeko
It'd be great if you'd put some of your own effort into this. That's the code I gave you in another thread. Google Maps has an API with a lot of info, and you can find plenty of code examples via Googling, as I have done for you here:
Code:
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABCDEFG"></sc ript>
<script type="text/javascript">
google.load("maps", "...
|
|
Hot threads for last week on XML, HTML, Javascript, Web and CSS::
Started 1 week ago (2009-12-01 12:31:00)
by SambaNeko
Any variables you put in the query string (like http://thewebformsite.com/?name=abc&password=def ) are GET variables - you can't send POST variables this way, and if your receiving script is looking for POST vars, it won't find any. If you enabled your receiving script to accept either GET or POST vars, then you could use either the form or the query string method to submit data. But that ...
Started 1 week, 1 day ago (2009-11-30 12:08:00)
by brucevde
[RESOLVED] Float Drop problem.
I am updating a website and found some problems with the existing html when viewing with IE8 or FF3.5 - IE7 and FF1.5 display as intended.
I need some suggestions on how to fix the following problem or maybe use a different technigue altogether. Thanks.
Basically, the page is a two column ...
Started 4 days, 21 hours ago (2009-12-04 07:20:00)
by sacramento
[RESOLVED]Simple question about space
Hi to all:
this is a simple question,because i would like insert spaces in the xml line:
Code:
<TransactionID><%= stu3!dtdoc %><%= stu3!diario %><%= stu3!numerocontab %></TransactionID>
This sort somrthing like this:
2009-12-03100100001
and I would like the line ...
Started 1 week, 1 day ago (2009-11-30 13:04:00)
by SambaNeko
It'd be great if you'd put some of your own effort into this. That's the code I gave you in another thread. Google Maps has an API with a lot of info, and you can find plenty of code examples via Googling, as I have done for you here:
Code:
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABCDEFG"></sc ript>
<script type="text/javascript">
google.load("maps", "...
Started 5 days, 20 hours ago (2009-12-03 07:46:00)
by sciguyryan
[RESOLVED] jQuery UI Tabs Help - External Tabs
Hi guys!
I was wondering is anyone knew of a way exists to have jQuery tabs but as tabs that aren't changes dynamically when clicked. So basically it's a normal link that switches tags as the page is changed.
Edit: Or alternatively. How about, say, loading an external page ...
Started 6 days, 16 hours ago (2009-12-02 11:55:00)
by kows
while I can't directly help you, I have a suggestion if you could change the markup. it might be easier to just have a <div> containing the h1 and paragraph elements with a specific class name, or something.
Started 5 days, 19 hours ago (2009-12-03 09:13:00)
by kows
call it in window.onload?
Code:
window.onload = function(){
ajaxFunction();
}
Started 5 days, 4 hours ago (2009-12-04 00:23:00)
by SambaNeko
You don't have "selectionExpense" defined anywhere, so the return statement at the end of your function won't work. Did you mean to use "selection_cost" here? Also you need to have "document." in front of your "form1.menu.selectedIndex". Other than that (also you should add a closing ">" at the end of you <form> tag), your code will be functional, but maybe not practical.
You can only ...
Started 1 week, 1 day ago (2009-11-30 09:18:00)
by kows
you already posted this. try not to make a new thread asking the exact same question.
Started 1 week, 2 days ago (2009-11-29 11:15:00)
by kows
well, you can't post the jQuery to a PHP function -- you will have to post it to a script that runs the function and returns the result. this could be an ajax specific script, or it could be a "universal" script, if you will. in some cases, it's hard to make a script that works well both with and without ajax.
what you could do, though, is use some sort of switch variable in the query string ...
|
|