Search Results

Showing results 1 to 33 of 33
Search took 0.01 seconds.
Search: Posts Made By: kevin wood ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009
Replies: 1
Views: 698
Posted By kevin wood
it was a spelling mistake stopping
Forum: JavaScript / DHTML / AJAX Mar 20th, 2009
Replies: 1
Views: 698
Posted By kevin wood
i have built a page which loads content into a div tag from a php page using javascript.

the problem i am having is that the title for eachg page is not inside the div so i keep being left with...
Forum: JavaScript / DHTML / AJAX Oct 22nd, 2008
Replies: 2
Solved: submittin forms
Views: 546
Posted By kevin wood
there was no need i was just being stupid i have sorted it out now. thanks for the reply anyway
Forum: JavaScript / DHTML / AJAX Oct 21st, 2008
Replies: 2
Solved: submittin forms
Views: 546
Posted By kevin wood
i am trying to submit three forms with the one button using javascript.

here is my code

<script type="text/JavaScript">

function submitForms(){
document.dropdown.submit();...
Forum: JavaScript / DHTML / AJAX Oct 7th, 2008
Replies: 2
Views: 2,918
Posted By kevin wood
as iframes are now depreciated as of xhtml 1.0 Strict is there away to replace these using Ajax.

this is something i have heard off but have never come across and would like to know if this is...
Forum: JavaScript / DHTML / AJAX Jun 10th, 2008
Replies: 1
Views: 907
Posted By kevin wood
i am trying to resize a button using the following code and it has had no effect on the button it has remained the same size.

<button style="width:126" style="height:29" onclick="history.go(0)"...
Forum: JavaScript / DHTML / AJAX Jun 10th, 2008
Replies: 3
Views: 2,783
Posted By kevin wood
that code is still opening a new window. it resets the first page but still opens a new window. also can i put a width on the button as the background button is bigger than the image i am putting...
Forum: JavaScript / DHTML / AJAX Jun 9th, 2008
Replies: 3
Views: 2,783
Posted By kevin wood
i have set up a page with some button on which load different pages up. the buttons are held within a form and the target is set to blank. this part is fine for the first set of buttons but i need...
Forum: JavaScript / DHTML / AJAX May 15th, 2008
Replies: 4
Views: 1,661
Posted By kevin wood
thank you for the reply
Forum: JavaScript / DHTML / AJAX May 13th, 2008
Replies: 4
Views: 1,661
Posted By kevin wood
i have used a different solution now, still not got that working fully yet.

if someone could send me a link with a good explanation of the above code though that would be great as it is always...
Forum: JavaScript / DHTML / AJAX May 13th, 2008
Replies: 4
Views: 1,661
Posted By kevin wood
from my research i think i am beginning to understand this code a bit more but if someone knows if i am wrong please tell me.

as it is asking for the element by name then the number in the [] is...
Forum: JavaScript / DHTML / AJAX May 13th, 2008
Replies: 4
Views: 1,661
Posted By kevin wood
i have created a page which has an iframe held on it i now what to post the data from this iframe and make it available to my other php page. I have researched this a bit and found out it can be...
Forum: JavaScript / DHTML / AJAX Apr 29th, 2008
Replies: 3
Solved: image swap
Views: 1,674
Posted By kevin wood
i ended up getting it work using iframes, i no it is not the same but it works.

i set the i frames to load different images in from a button click in the menu. it works fine and has no effect on...
Forum: JavaScript / DHTML / AJAX Apr 29th, 2008
Replies: 3
Solved: image swap
Views: 1,674
Posted By kevin wood
still cannot get any code to work anyone know of any way to get the images to swap when the page is loaded. everything i have tried has failed up to i will keep trying though.
Forum: JavaScript / DHTML / AJAX Apr 29th, 2008
Replies: 3
Solved: image swap
Views: 1,674
Posted By kevin wood
i ahve changed the code but it still is not working the code i have now looks like this

function changeImage() {
if (document.getElementById) {...
Forum: JavaScript / DHTML / AJAX Apr 29th, 2008
Replies: 3
Solved: image swap
Views: 1,674
Posted By kevin wood
i am trying to write a function so that when a user enters onto a page selected images change with each page that is entered. the page uses an iframe to load the new data so i need to swap the...
Forum: JavaScript / DHTML / AJAX Apr 25th, 2008
Replies: 4
Views: 1,650
Posted By kevin wood
thanks for the reply it was really helpful i will have a look minifying the code and the xmlhttprequest. I have used this on another project before just not in this way.
Forum: JavaScript / DHTML / AJAX Apr 24th, 2008
Replies: 4
Views: 1,650
Posted By kevin wood
thanks for the reply for this and for the php question earlier that is working it looks like anyway just got to do some more test in the morning.

i did mean cached sorry. on the home page i have...
Forum: JavaScript / DHTML / AJAX Apr 23rd, 2008
Replies: 4
Views: 1,650
Posted By kevin wood
is there a script that will load the all the page objects before the next page is connected to.

i have a flash menu and i want it to load up on to the server and then not have to be reloaded every...
Forum: JavaScript / DHTML / AJAX Apr 15th, 2008
Replies: 2
Views: 1,393
Posted By kevin wood
i have just found this code is there away of doing this which does not use so much code.

i mean i can use this but i would rather learn the code myself for future use. (that is if MSIE decide to...
Forum: JavaScript / DHTML / AJAX Apr 15th, 2008
Replies: 2
Views: 1,393
Posted By kevin wood
does anyone no how to make an image in IE transparent?

my images work fine in Netscape/Firefox but display with white backgrounds in IE?
Forum: JavaScript / DHTML / AJAX Mar 18th, 2008
Replies: 3
Views: 2,220
Posted By kevin wood
it is using the innovastudio WYSIWYG editor which i have never come across. if there is anyone who has used this before and could help please shed some light on the situation.
Forum: JavaScript / DHTML / AJAX Mar 18th, 2008
Replies: 3
Views: 2,220
Posted By kevin wood
i have been asked to fix a problem on a content management system website. when the user edits the text and then clicks on the save button it is not updating the text on the pages selected. the...
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008
Replies: 14
Solved: file upload
Views: 5,138
Posted By kevin wood
i have solved this problem with thanks to the pointers from dangerdev. to fix the problem i took the form off the page where the user was being asked to upload the image and put it on to the...
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008
Replies: 0
Views: 1,739
Posted By kevin wood
hello i am trying to get uploaded to a server using a hidden iframe so the page does not reload.

i have a upload.php page which resizes the file and remanes the file. What i thiink should happen...
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008
Replies: 14
Solved: file upload
Views: 5,138
Posted By kevin wood
the page still reloaded on me. does the action="upload.php" sent the from to the upload page or does the iframe stop this from happening.
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008
Replies: 14
Solved: file upload
Views: 5,138
Posted By kevin wood
the src for the iframe is the php page that resizes and renames the uploaded images. all uploaded images need to be passed through this page so they have the correct dimensions for the next section...
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008
Replies: 14
Solved: file upload
Views: 5,138
Posted By kevin wood
here is the code i am using

1. <form name="uploader" method="POST" target="hidden_form" enctype="multipart/form-data">
2. <input type="hidden" name="MAX_FILE_SIZE" value="1000000">
3. <input...
Forum: JavaScript / DHTML / AJAX Mar 13th, 2008
Replies: 14
Solved: file upload
Views: 5,138
Posted By kevin wood
i have now started t use the iframe method you pointed me in the direction of. i have set this up but the page is reloading. could this be fixed by using the javascript onClick to submit the form...
Forum: JavaScript / DHTML / AJAX Mar 12th, 2008
Replies: 14
Solved: file upload
Views: 5,138
Posted By kevin wood
so should i not use the ext.ajax.request and use an iframe instead?

I have now gone down this route but have kept all my other code in case it is needed. my submit button now looks like this

...
Forum: JavaScript / DHTML / AJAX Mar 12th, 2008
Replies: 14
Solved: file upload
Views: 5,138
Posted By kevin wood
thank you for the help. i have read through the tutorial and have come up with this

<script type="text/javascript">
function ajaxFunction()
{
var xmlHttp;
try
{
// Firefox, Opera 8.0+,...
Forum: JavaScript / DHTML / AJAX Mar 12th, 2008
Replies: 14
Solved: file upload
Views: 5,138
Posted By kevin wood
i am not using the ExtJS application i have looked at using the Ext.Ajax.Request but i thought that it had to be used in conjunction with ExtJS application. Where can i find out how to write my own...
Forum: JavaScript / DHTML / AJAX Mar 11th, 2008
Replies: 14
Solved: file upload
Views: 5,138
Posted By kevin wood
I am fixing an e-mailing system using php and mysql and have hit a stumbling block. i have recently had to take on someone elses work and have fixed most of the problems they had created. I need to...
Showing results 1 to 33 of 33

 


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

©2003 - 2009 DaniWeb® LLC