It's in every link on the site, like the images, the banner, home, about us, etc.
Type: Posts; User: cyberjorge; Keyword(s):
It's in every link on the site, like the images, the banner, home, about us, etc.
Twey,
I'm sorry, I'll PM you the test site link so you can inspect.
Thanks for help!
Thanks a lot for your response.
I tried your code, but it's not triggering the "ajaxpage(this.href, 'contentarea');" properly.
Any other suggestions?
Hello!
How do I make this code non-obstrusive and Search Engine friendly?
<a href="javascript:showdiv('contentarea'); ajaxpage('page.html', 'contentarea');" title="Click to view this page"...
Got a solution for this, but don't know if it's the best step.
I put the whole code of my php file in the index instead.
This way I can easily call the JavaScript function, of course need to...
This is my complete PHP code the tests the input from a form in my index.html:
<?PHP
if ($_POST['go']) {
$type = $_POST['prop_type'];
$loc = $_POST['location'];
if ($type ==...
thanks for the quick response thetestingsite's
this code won't work either...
echo "<script language=javascript>showdiv('contentarea'); ajaxpage('result.html', 'contentarea');...
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem: Can't load it from php
I need to call an ajax...
Thanks tacticious!
I tried your code, but it doesn't work with the link. It won't go to the link anymore.
It seems to affect this code...
function gothere() {
currentLnk = currentImg;...
Hi ddadmin,
Thanks for the response, I'm viewing this in IE7 and FF3 also tried on lower version and the problem are the same.
I actually adjusted the layout so the problem is not that...
Mosambi, rangana & tacticious, thanks for the response.
I appreciate it, it really helped.
I need something like an event listener that will trigger the script on every click.
rangana's code...
Hi Mosambi...
Thanks for the response.
I already the script to randomly change the image.
My problem is how to call the script to run in every click with manually putting
"changeImage()" on...
I need to call / activate a javascript that will change a banner picture on every user click on the internal links of the page.
Is there a way to this programatically? Or you just have to put an...
Ok got it working finally after posting a question on their site.
It also has the advance function just like the Lightbox does, you just need to use that code disabled by default.
To answer why...
Hi John,
Thanks for the reply, I understand your not up on Greybox.
I really love Lightbox's effect on the user experience and it's painless implementation,
what I'm trying to achieve though...
@ John
So far my site works perfectly for Lightbox 2.04 on Dynamic AJAX page, my problem now is I need to show texts so I resort on using GreyBox, but the problem is again it won't work on Dynamic...
I'm having almost the same trouble only in my case, vertically.
When it scrolls up, it's way too high that runs our of the top border.
Here's the link...
http://www.bonacoffeeholdingscorp.com/...
1) Script Title: gAjax RSS Pausing Scroller
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex18/gajaxpausescroller.htm
3) Describe problem: "RSS not positioned well vertically...
Thanks for the help!
Thanks a lot John!
I've used lightbox instead as suggested and I followed the instructions you have provided for configuring lightbox on other threads here in DD.
Thanks again!
Anyone Please?
1) Script Title: Dynamic AJAX Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem:
I have designed my page to load all pages using...
Never mind, I solved it.
Not sure if it's the best solution, but I put a background image in the div holder of the ajaxpage.
thanks a lot for this thetestingsite!
I used it, just have problem though, when the loading image and text is shown my background image is revealed.
How can i place this loader on a blank...
Anyone Please?