Search:
Type: Posts; User: kbc1
Search :
Search took 0.01 seconds.
Hi All
I am using a WYSWYG text editor in my CMS and when I post the page to save the data, I simply capture the following field and save it to the database as such:
// UPDATE query here......
Hi
I am trying to 301 redirect all URLs which have a specific category at the start of the URL to the root domain but I am having no luck with my examples below:
redirect 301...
Hi
I have a fixed positioned footer bar at the bottom of my site. This will always remain at the bottom of a users browser.
I have a DIV (#homemenu) which contains content but by default this...
Hi all
I have a page of 5 large DIVS (1000 px high each).
I have a fixed position navigation bar at the top of my site and when I click a menu link the page scrolls up or down to the relevant...
Hi all
I will try to keep this brief.
I have an online shop of thousands of products (uploaded via CMS) that uses URL's to the Product Details page as such:
...
How embarassing. I should be ashamed I missed that - I build websites for a living.
Tut tut.
Thanks Kor.
Here is the generated HTML from FireBug:
<form enctype="multipart/form-data" id="formdata" name="formdata" method="post" action="/resources/edit/1">
<label for="name">Name/Title:</label>...
The source code of my page (cut down version for simplicity) is as follows:
<form action="/resources/edit/1" method="post" name="formdata" id="formdata">
<input type="text" class="text"...
No problem.
I am using the following funciton to load a script which simply echoes HTML:
function buildHtmlForm(resourcetypeid, resourceid) {
$.ajax({
type: "POST",
url:...
When I save it (submit it). Its bizarre why the other fields do not appear in the post array.
HI all
I have a HTML form in my webpage and I have an DIV which contains HTML created by an AJAX function (when a user changes the drop down menu on my form, the contents of the DIV change...
Hi all
I have an ajax function which passes form field values to a PHP script which in turn saves the data to my database. all works great.
I now need to add a file input to my form and pass...
Hi all
On an onlick event of a 'next' or 'previous' hyperlink, I change an image and some text on screen and store the 'currentstep' in a hidden field. My function to do this is below.
I now...
Very helpful stuff - thanks for all your help and suggestions!
Thank you for your advice guys, I think I have it nailed now. Kor you are right, I do have it on each loop so I can get it form there
One quick question (hopefully you maybe able to help)
...
hi all
I need a solution and hope you can help.
I have a collection of links on a page with unique ID's in the form of:
<a id="tag_t1"
<a id="tag_t2"
Thanks for the advice but this hasn't changed anything - I still get the same error message.
Hi all
I have created a query to select data from two different tables but I am getting the following error message:
"mysql every derived table must have its own alias"
My query should...
Cheers Jeff - your solution is appreciated.
Could I ask you to provide an example of how you would do it Jeff?
Hi Jeff
Thanks for the response.
My page is still in development mode locally so all I can do is give you my source code.
Below shows the parent hyperlink (Primary) and its associated...
Hi all
I have a link as such:
<a onclick="setSubTagStatus(1, 'myString')">My Link</a>
And I have the JS function as such:
The page I am working on is a small page within a CMS so if its not WC3 compliant i'm not actually bothered on this occasion as it is not public facing, I just need a quick way of chainging the class...
Hi all
I have a collection of hyperlinks in a web page and I need to know how I can do the following:
1) When I click a hyperlink, change the Class of all hyperlinks that have the same link...
Hi all
I have a page which consists of mutiple DIV's which each of them have an ID in the following naming convention:
box_1
box_2
box_3
box_4
box_5