Dear all,
I have the code below, that rotates banners every 3 seconds. It works great in all browsers but Safari.
Can anyone please tell me that do I have to change for it to work in Safari??
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23494685.html
Dear all,
I need to pass a variable through an URL. In my php.ini the register_globals = off due to security reasons, and cannot change that. How can I pass the variable??
Thanks very much...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23241228.htm...
Zones:
PHPDate Answered: 03/14/2008 Grade: A Views: 0
I have a rather long page in which I would like to have certain DIVs show or hide by clicking on a link (one link per DIV. I created the script, but the problem is that when I trigger the function ...
http://www.experts-exchange.com/Internet/Web_Development/Q_23286870.html
Hi all,
I'm trying to do something like this:
include 'mypage.php?name=$name';
So I can get $name in mypage.php and depending on its value show a different thing in the page where the include...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23299622.htm...
Dear people,
The code below lists the files in directory c:/test and if the files do not have certain extensions tries to execute a command with each of them.
I say tries because is there w...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23340171.htm...
Zones:
PHPDate Answered: 04/22/2008 Grade: A Views: 0
I am working on developing a web app using ASP.NET framework to display events using different calendar format (monthly, daily and weekly. The events are stored in a SQL server database.
1) Am...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23360...
Hi everyone, I have the following code on an asp page:
Response.Buffer = True
Dim objXMLHTTP, xml
Set xml = Server.CreateObject("MSXML2.ServerXMLHTTP.4.0")
xml.Open "POST", "testpage.as...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_23391553.ht...
Dear all,
I have the following url:
http://www.webpage.com/file.aspx/?page=27&ct=1&ids=77570
And If I want it to work, I have to get rid of the / before the ? and leave like this:
htt...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23398371.htm...
Zones:
PHPDate Answered: 05/14/2008 Grade: A Views: 0
Hi all,
The code below sets a tab menu selected or unselected when clicked.
I'm tying to show tab_selected_p.png every time that the menu is loaded, but I do not know how to do it. Please, ca...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_23408058.html
Hi all,
I'm trying to send emails using php 5.2 under Windows (Apache 2.2). But nothing is sent.
The script that I'm trying is below, and here is the information from phpinfo()
sendmail_...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...