Posting The Same Question At Multiple Forums?
Aug 4, 2004
I'm talking about those of you who are posting a question at SitePoint forums and then immediately posting the same question at some other site's forums. Today I answered someone's question at a different forum, then adios gave the same answer here at this forum. So the poster made either me or adios waste our time answering a question that had already been answered.
Please note that most of the developers who answer questions here also browse many other Javascript forums on the web. It doesn't take long for us to recognize the people who waste our time, and to be honest I simply don't try to help those people any more.
I do understand that sometimes you may not get sufficient help at one forum and so that does justify posting the question at some other forum. But simultaneously posting the same question to multiple forums is just plain inconsiderate.
View 3 Replies
ADVERTISEMENT
Sep 7, 2010
i'm working on further customizing some work that another person started and one of my "fixes" that I would like to do involves the "posting" screen on the forums.
Whenever a user goes to start a new topic, reply to a post, send a PM or basically any time they are given an input box the JavaScript never runs. I've been trying to figure out what is causing this, but I don't think the problem is in the script itself. However, I'm fairly new to JavaScript and would like to make sure I haven't made any silly mistakes that cause this script to work perfectly some of the time and not at all the rest of the time.
[Code]...
View 2 Replies
View Related
Apr 6, 2010
1.navigate to the daniweb forums page and then click the memberlogin img via program
2.then i ve to fill the username and password of my account
3. then to click the 'go' button to login into the forum via program
i tried to do this process but i ve got struct in the first step itself. it navigates but it does not click the member login img.
[Code]..
this is the code i used.. reply where i ve wrong and why this code doesn't work.
View 1 Replies
View Related
Sep 21, 2010
How to post a picture with url link in the forums .if we click that picture means it will goes to my target url . how to create this link ?
View 3 Replies
View Related
Mar 29, 2010
I have created some data(works php values no problems) and use it to fill some options. At the same time fill a javascript array from php input.Yeah it works on its own page.Problem when loaded into a div through ajax it doesn`t run javascript calls through page.
addToPriceArray($workingRoutesPrice[$i]);";
Code:
<?php
session_start();
require_once("CartClass.php");
[code]....
View 11 Replies
View Related
Jan 5, 2011
I have written a web page to create XML from user input. The user inputs a series of values, and these are turned into XML using javascript. The way I have done this is to load in a template XML file using an XMLHTTPrequest and append childNodes to it as required. Thus, what I end up with is a variable called "xmldoc" which is an XML document object. (If I do write(xmldoc) the answer I get is [object XMLDocument].)What I would like to do is to be able to save the thing as an xml file. To this end I have been trying to POST it to a php file that might do this, but to no avail; the php file does not seem to recognise it as an XML DOM object.
View 4 Replies
View Related
Jul 23, 2005
How would you POST form data to a new window? That is, I have my
basic page
<html>
<head>
<script type="text/javascript">
function postFormData() {
...
}
</script>
</head>
<body>
<form name="f" method="post" action="response.jsp">
<input type=hidden name=input1 value="1">
<input type=hidden name=input2 value="2">
<input type=button name=input3 onClick="postFormData();">
</form>
</body>
</html>
what do I fill in form the body of t"postFormData" so taht my page is
submitted, but the results appear in a new window?
View 2 Replies
View Related
Apr 22, 2006
I have a form, which has a user and password, that a user enters
when i want to submit this form....
i would like to submit it to 2 two different files.
so file1.asp would have user and password....and file2.asp would have
user and password.
i would like two different windows to open, if possible. so the user
can work on both windows at once.
window 1 = file1.asp
window 2 = file2.asp
View 13 Replies
View Related
Nov 12, 2001
How can i repeatedly post to a url in javascript
is it just using the post and get in html but will it send to the url
View 2 Replies
View Related
May 8, 2011
I have a site that I've put a lot of time and effort into and in the midst have also been using it to learn JavaScript. I'm pretty proficient at PHP so the site was mostly coded in PHP, but now I've decided it would be best use Ajax to update the mySQL database instead of PHP so my pages don't have to refresh every time a change is made.Are there any references that you know of that could help me out in the conversion process?Most of my PHP scripts POST back to themselves and I use if(isset($_POST)) to update the info on the mySQL database. I'm still a novice at JavaScript and Ajax.
View 1 Replies
View Related
Nov 21, 2006
I have a table with dynamic html that contains drop down select lists
and readonly text boxes. Dynamic calculations are done on change of a
value in one of the drop down select lists.
For my first iteration the script works fine ( indicating that there
are 33 form variables ). When trying another dropdown select value, the
form elements.length is shown as 33 ( as about ) BUT the script then
crashes with a 'null value' error. I cannot access any of the form
variables - this works in all other browsers and platforms.
View 2 Replies
View Related
Jul 20, 2005
What is the simplest way to gather data from a form enter it into a
server-side html page?
I'd like a new entry for each new post ...
.... effectively an a html data base
BTW, can this be done purely in html without the use of a scripting
language?
View 1 Replies
View Related
Nov 16, 2010
Here is my code:
Code:
$('.ajax_open').live('click', function(){
$.ajax({
url: $(this).attr('href'),
success: function(data){
[Code]....
Here is what I am doing:Someone clicks 'add buyer' link on my pageIn a modal box, I load the form to add a buyer. The form is loaded via ajax and then fills the div containerwhen someone clicks the 'submit' button, it should then look at the value of the fields and post to a scriptCurrently I can't get jQuery to see node within the loaded AJAX.
View 1 Replies
View Related
Jun 28, 2010
take a look at the following form. Im calling <?php if (isset($_POST['submit])){echo "clicked";} but its not registering. The only difference is that this is the first time ive used the "image" type.
<form method="POST">
<table width="468" border="0" cellspacing="0" cellpadding="0">
<tr>
[code].....
View 6 Replies
View Related
Apr 27, 2010
Have an html page with form data manipulate a MySQL database.i KNOW my html form and its data are correct so my problem lies within the JSP codehere it is.
<%@ page import="java.sql.*" %>
<%
String connectionURL = "jdbc:mysql:sql2.njit.edu:3306/mrn5";
Connection connection = null;
[code]....
Inputting fields works but i cannot delete, this code so things delete from the database properly?
statement.executeUpdate("DELETE FROM Members WHERE (clubMembers = '"memb"')");
statement.executeUpdate("DELETE FROM Members WHERE (MemberAddress = '"addr"')");
statement.executeUpdate("DELETE FROM Members WHERE (MemberTelephoneNumber = '"phon"')");
[code]....
View 2 Replies
View Related
Jun 9, 2005
Is it possible that when I submit my form using the enter key, it would double post to the JSP where the action attribute is pointing to. I've been wracking my brains for hours how to trap it. Seems like my javascript that does the submit is doing it once but it's posting on the JSP twice.
View 8 Replies
View Related
Apr 8, 2010
Trying to pass variables from the javascript into my php script and into my SQL query so i can track the location of the iphone. So far i have...
<script type="text/javascript">
function getGPS() {
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(showGPS, gpsError);
[Code].....
This gets the coordinates in javascript and the php runs and i get a new record in the database but it doesnt pass the variables from java to php. Anyone know a workaround to get the variables from the iphone to sql on a single page?
I want this to run in the background and refresh every now and then so i can track users location.
View 1 Replies
View Related
Feb 14, 2011
I have a 'to do' item in a page that has an ID attached to it. These items are stored in a database. When clicked I want to reverse the 'state' of the item (active to complete or complete to active) by updating the database using jquery & PHP.I think I almost have it. As all the values are collected ok and if I change the the page that writes to the database to GET and pass the data through the URL it updates the database fine.[code]
View 2 Replies
View Related
Mar 26, 2007
It's possible to declare inbut fields outside of a form, is it possible
to post these values to the server? E.g. attach them to the posted form?
View 5 Replies
View Related
Jul 28, 2009
There is an onclick event that calls the changeStartDate, and passesin an ID.
'<input class="InfoBoxLong datepicker" type="text" size="7"
id="StartDate_' + TransactionOrderItemID + '" onClick="changeStartDate
('' + TransactionOrderItemID + '')" value="' + ActivationStartDate
[code]....
View 1 Replies
View Related
Jul 10, 2011
Here is my code:
$("#config_form").submit(function(){
$.post("/adminactions/saveconfigs.json", $("#config_form").serialize(), function(data) {
if(data.result == 'success')[code]....
And my problem is when I use 'submit' button for first time on site jQuery seems to not get it and form is being posted as normal HTML form. Every next submition is posted using jQuery until I reload the site.
View 1 Replies
View Related
Oct 11, 2010
I need to provide the ability for a user to login and make a posting for announcements. I have done some searching and haven't really came up with anything that will work. I am using a script that is external to the web page that will display the message. My idea was to create a Div that contains a multi-line text box within it. I thought it might be possible to use innerHTML to post a message from a form to the web page that has this text box. Is this a good approach or is there a better way? I am trying to move away from using a CMS for this particular site.
View 4 Replies
View Related
Aug 4, 2011
I have a form and select menus. I am posting it ajax post method and loading the same page with load method as you see in codes. There is a random number genarator. I want to change this random number once a click submit. If i do not load the same page this number does not change. Therefore I use both post and load methods like in demo. However when i do like this there is a problem which is random number have been generated twice somtimes. If you click submit button successively you will see that the number on left top corner sometimes changes twice a click. Why it is so and how can i correct it.
[Code]...
View 3 Replies
View Related
Nov 8, 2011
I have an application with a button that opens up another website. That website requires credentials. I'm currently using window.open to get the url open and passing a variable to the end of the URL, but when I have searched for a good way to get the credentials passed by using post and can't seem to find a solution. I tried xmlhttprequest, but the limitation of cross-domains is huge because I will have external clients connecting to the database and don't think that asking them to lower the security settings in IE would be a good way to do it. All I need is the ability to click on the button, pass the username and password and have the url open to desired page. I posted the code of the application in another thread, but all I'm getting are just views.
View 4 Replies
View Related
Nov 11, 2011
In order to pass a session Id using the URL This works fine:
<h1 id="goHome"><a href="home.php?<?php echo htmlspecialchars(SID); ?>">Inicio</a></h1>
The h1 tags are inside little divs like buttoms, so the divs are links to home.php to:
function myMenu() {
olinkA=document.getElementById("goHome");
//add event...
[code]...
how can I send the session ID to the next page using Javascript as a link sender (location.href) ?
View 6 Replies
View Related
Dec 24, 2006
Is it possible to post a variable when clicking on a hyperlink? Preferably without a form.
Can a variable be posted without a form?
View 1 Replies
View Related