Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 10 of 10
Search took 0.05 seconds.
Search: Posts Made By: JaseT
Forum: Ajax and Design 10-23-2012, 08:44 PM
Replies: 8
Views: 1,104
Posted By JaseT
Bingo ! Found it ! You were right. The path...

Bingo ! Found it !

You were right. The path to the phpdb.php was incomplete. The URL should have included the full path...

$.ajax({
url: '/Full Path Here/phpdb.php',
...
Forum: Ajax and Design 10-23-2012, 06:09 AM
Replies: 8
Views: 1,104
Posted By JaseT
phpdb.php is in the root directory (same place as...

phpdb.php is in the root directory (same place as index.html).

I tried changing:

$.ajax({
url: "/phpdb.php",

But still no luck :(
I'll keep thinking.
Forum: Ajax and Design 10-23-2012, 04:51 AM
Replies: 8
Views: 1,104
Posted By JaseT
Thanks, I tried your code exactly, however,...

Thanks,
I tried your code exactly, however, sorry, it didn't work. I get an error page 404 "Object not found...the requested URL was not found on this server".
I'll take a look at your code with...
Forum: Ajax and Design 10-23-2012, 03:47 AM
Replies: 8
Views: 1,104
Posted By JaseT
Thank you for your help. The petname input box...

Thank you for your help.
The petname input box is on a page with other elements
This page has in the header:

<!-- include jQuery library -->
<script...
Forum: Ajax and Design 10-22-2012, 10:27 PM
Replies: 8
Views: 1,104
Posted By JaseT
Question Post/submit(?) Single Input to database using Ajax/php

Hi,
I've been trying for a day on this one but still no luck.
I'm tryng to submit or post (?) a single input field value into a MySQL database using Ajax, so the webpage is not reloaded.
The php...
Forum: JavaScript programming 10-16-2012, 11:00 AM
Replies: 3
Views: 238
Posted By JaseT
Question Syntax? getElementById("reference specific HTML page ?")

Hi,

I have a html page "html5.html", it is one of many. I have a single external JS file "myjs.js" which all these html pages share. I'm trying to reference 1 specific page "html5.html" in the...
Forum: HTML & CSS 10-08-2012, 11:17 PM
Replies: 1
Views: 378
Posted By JaseT
Question CSS Custom Image Width Not Working on Page Load

Hi,

I have a custom image width using CSS. My problem is that the default image file width loads on the page ? I have to mouseover image to get the custom width to fire. (note there is an image...
Forum: JavaScript programming 10-06-2012, 09:02 PM
Replies: 5
Views: 561
Posted By JaseT
It Works. :thumbsup: Your a legend. :cool:...

It Works. :thumbsup:

Your a legend. :cool:

Thanks !
Forum: JavaScript programming 10-06-2012, 08:32 PM
Replies: 5
Views: 561
Posted By JaseT
function html5_hover() { ...

function html5_hover()
{
document.getElementById("html5_position").image.style.width='125%'
document.getElementById("html5_position").image.style.height='auto'
}

Sorry for the...
Forum: JavaScript programming 10-06-2012, 07:44 PM
Replies: 5
Views: 561
Posted By JaseT
Question Resize image (link) OnMouseOver ?

Hi,

I am trying to slightly increase the size of an image (link) on-mouse-over, but the resize function only fires on-mouse-click (of the image/link). Can anyone please help? Thank you.

<a...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT +1. The time now is 05:41 PM.