137 Posted Topics
Re: hi, narmally the default IP for window is : 127.0.0.1 and you can also find the your IP by this: If you want to see your settings, in Windows 95/98 try the following: Go to Start/Run and do the command [B]winipcfg[/B] That will bring up a network screen with your … | |
Re: [QUOTE=espenskeie;267596]Does anyone know how I can make a site where several of my songs could be listed, and the viewer can click on the song that he'd like to hear? And than again the song will be played on some realplayer, or mediaplayer at that page? I don't know much … | |
Re: Hi there, you can use this code to EMBED shockwave file in XHTML 1.0 Valid Flash for XHTML 1.0 Strict (XHTML 1.1) example [code] <object type="application/x-shockwave-flash" data="YOURFILE.swf" width="288" height="128"> <param name="movie" value="YOURFILE.swf" /> <img src="Alternate_FILE_NAME.gif" width="288" height="128" alt="Any thing" /> </object> [/code] Rahul Dev | |
Re: Hi there, Well you have made mistake in the assigning the value in variable, there is not any field in form named min_Price, max_Price which you are trying to assign to Dim MinPrice and Dim MaxPrice Here you wrote in ASP: [code] MinPrice = Request.Form("min_Price") MaxPrice = Request.Form("max_Price") [/code] Just … | |
Re: [QUOTE=aspsqlvb;267525]Thank You for replying, So, what changes should I make in this area of the program?[/QUOTE] yes just you select the Partition which have most free space in 1st Scratch Disks then next .... Rahul | |
Re: hi there, vishesh is right! ' - ' there was the problem and also you can use this: [code] <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/sitemap.xsd"> <url> <loc>http://freeaddsgalore.me.uk/</loc> <lastmod>2006-10-08</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> Continue...... [/code] Rahul | |
Re: Hi there, Check this code [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script> <!-- var checkobj function agreesubmit(el){ checkobj=el if (document.all||document.getElementById){ for (i=0;i<checkobj.form.length;i++){ //hunt down submit button var tempobj=checkobj.form.elements[i] if(tempobj.type.toLowerCase()=="submit") tempobj.disabled=!checkobj.checked } } } function defaultagree(el){ if (!document.all&&!document.getElementById){ if (window.checkobj&&checkobj.checked) return true else{ alert("Please read/accept … | |
Re: HI, Yes this very Much possible you can use the XML file for store the URLs, I this in one of my project ;) [B]here is the solution:[/B] For Example:[url]http://www.katarey.com/forHelp/xml_javascript.html[/url] make a XML file Name [B]img.xml[/B] [code] <?xml version="1.0" encoding="iso-8859-1"?> <images> <img>http://static.flickr.com/84/269053449_acad87a793_o.jpg</img> <img>http://static.flickr.com/95/269053438_4ef5a3983e_o.jpg</img> <img>http://static.flickr.com/96/269053404_44a3b0eda8_o.jpg</img> <img>http://static.flickr.com/108/269053262_608edbdda4_o.jpg</img> <img>http://static.flickr.com/98/269053232_6f7c6f994a_o.jpg</img> </images> [/code] then a … | |
Re: [QUOTE=ATS;267005]I created a pop out menu in Fireworks and copied and pasted it into dreamweaver. The menu works great, but on the webpage I have a flash slide show that runs. Here is where the problem lies. My menu pops out behind the slide show, which makes it to where … | |
Re: Hi there, hay put this code and your problem will solve :) will work with IE, FireFox, Opera i have tested, you can see here : [url]http://www.katarey.com/forHelp.html[/url] please let me know if you got any prob. with this ;) [code] <!--Head/CSS is same as you have already --> <body> <table … | |
Re: Helle There, I hope this will help you! :idea: for example [url]http://www.katarey.com/forHelp[/url] [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Active Anchor</title> <style type="text/css"> <!-- .demo { color:#000033; background-color:#f2f2f2; visibility:hidden; } table { border:#cccccc 1px solid; } --> </style> <script type="text/javascript"> … | |
Re: Hi Aniruddha, Well it should work! But by the way feel free to add your code here Katarey | |
Re: Hi There. I have seen your site, it's nice, Yes there are lots of possibilities for SEO your site, I am giving you some tips a) I have seen you are using flash Buttons for navigation with good effect, but that effect can also made by images onRollover, b) Make … | |
Re: HI there, you may also try this, i have seen some where in internet 1. Go to the "Tools" menu on Internet Explorer then select "Internet Options" 2. Go to the Advanced tab 3. Under Browsing check on "Use inline AutoComplete" 4. Click OK Done | |
Re: what actually you want a "preloader for flash" ? | |
Re: Hi puneet, well its very much possible but please let me know which mail component you are using for sending the mail, that will make easy to help you, and feel free to put your existing code here for review:) Rahul Dev Katarey [url]http://www.katarey.com[/url] | |
Re: Yeah I am agree with WaltP, or you can add some example here so this will make easy to help you Thanks Rahul |