Forum: JavaScript / DHTML / AJAX Mar 2nd, 2008 |
| Replies: 2 Views: 1,180 |
Forum: JavaScript / DHTML / AJAX Mar 2nd, 2008 |
| Replies: 1 Views: 351 Re: cookie Hi there,
please post your code here... so that we can see whats going wrong in function or in html where you are calling the function...
Rahul Dev Katarey |
Forum: HTML and CSS Feb 25th, 2008 |
| Replies: 4 Views: 8,473 Re: flash and drop down menus Hi there,
I have created a page for reference, how to get rid
to this problem..
http://www.katarey.com/forHelp/flashTransparencyProblem/
there is four drop down menus and four flash files embed... |
Forum: JavaScript / DHTML / AJAX Feb 24th, 2008 |
| Replies: 7 Views: 2,425 Re: Javscript Select onchange with ASP Thats OK, just put a default links src for a tag, function will work as is,
<a href="menu.asp" id="linkToChange">Link</a>
or
<a href="menu.asp?id=what ever you want"... |
Forum: HTML and CSS Feb 21st, 2008 |
| Replies: 4 Views: 590 Re: CSS Negative Margin Hi,
are you asking (search engine friendly) :icon_question: if yes then I don't think that search engine care about margins! because search engine not render html but read html
Rahul Dev Katarey |
Forum: HTML and CSS Feb 21st, 2008 |
| Replies: 10 Views: 799 Re: Nav bar in dreamweaver dissappears after click Hi there,
I have tested this page on IE7, IE6, IE5, FireFox, Opera, and Apple Safari, and i haven't seen anything disappearing when I click on a link.
I have tested both online and local copy both... |
Forum: JavaScript / DHTML / AJAX Feb 21st, 2008 |
| Replies: 2 Views: 1,097 |
Forum: HTML and CSS Feb 20th, 2008 |
| Replies: 10 Views: 799 |
Forum: HTML and CSS Feb 20th, 2008 |
| Replies: 1 Views: 1,733 Re: hover background image Hi there,
Try This Code this May Help you ;)
CSS:
<style type="text/css">
.links {
font-family:Verdana, Arial, Helvetica, sans-serif;
display:block; /*This Cover Full TD... |
Forum: JavaScript / DHTML / AJAX Feb 20th, 2008 |
| Replies: 3 Views: 658 Re: simple Javascript counting function Hi There,
Try This Code
JavaScript:
<script type="text/javascript">
function valueChange(){
textBox1 = document.getElementById('textBox1');
description =... |
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008 |
| Replies: 7 Views: 2,425 Re: Javscript Select onchange with ASP Hi There,
I have Seen your Code and found that you are using frm.submit() function, in this function "frm" is the name of the form which you want submit, but you haven't define any name in form... |
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008 |
| Replies: 2 Views: 1,764 Re: Calling a PHP file from a javascript code Hi There,
I have Made Very Basic Example for you that will help you to understand how to use confirmation Box (confirm() JavaScript) in PHP
here is the code :
test.php
<!DOCTYPE html PUBLIC... |
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008 |
| Replies: 11 Views: 2,023 Re: document.getElementById problem Hi there,
you have made mistake here
document.getElementById('contentbox a').style.color= "#d05048"
that should look like
document.getElementById('contentbox').style.color= "#d05048" |
Forum: JavaScript / DHTML / AJAX Feb 18th, 2008 |
| Replies: 2 Views: 1,667 Re: Create table 1 to 100 using java script Hi there,
well you may uses this script to create the tables of 1 to 100,
<html>
<head>
<title>Tables 1 To 100 </title>
<script language="javascript" type="text/javascript">
for (i=1;i<=100;... |
Forum: ASP Feb 17th, 2008 |
| Replies: 21 Views: 5,028 Re: installed IIS yet cannot run asp files Well its seems that from your IIS Active Server Pages are not allowed in web services extensions, to Allow the ASP Go to IIS Manager and see left side in tree view you'll find "web services... |
Forum: JavaScript / DHTML / AJAX Feb 15th, 2008 |
| Replies: 4 Views: 1,185 Re: issue with dynamic transparent pngs in IE6 Hi Again,
I have tested your code in my case it was working fine i have used this PNG hack
http://www.twinhelix.com/css/iepngfix/ try this PNG hack maybe it will help you,
here is the page which i... |
Forum: HTML and CSS Feb 15th, 2008 |
| Replies: 3 Views: 690 |
Forum: HTML and CSS Feb 14th, 2008 |
| Replies: 3 Views: 690 |
Forum: JavaScript / DHTML / AJAX Feb 14th, 2008 |
| Replies: 4 Views: 1,185 Re: issue with dynamic transparent pngs in IE6 Please post your code here so that will help to know is somthing wrong in it or not, I have used
transparent PNG and PNG Hack for IE 6 or less
and thats work fine, I don't know but without seen... |
Forum: JavaScript / DHTML / AJAX Feb 14th, 2008 |
| Replies: 3 Views: 1,657 Re: Problem with IE7 This Code may help you
<script type="text/javascript">
window.onbeforeunload = function (evt) {
var message = 'Are you sure you want to leave?';
if (typeof evt == 'undefined') {
evt =... |
Forum: ASP Feb 13th, 2008 |
| Replies: 2 Views: 653 Re: user login module Hi There,
I have made very simple login module ("Very Basic") but will useful to understand how to develop login module, I have Attached working files with this post.
hopefully this will help you... |
Forum: JavaScript / DHTML / AJAX Feb 13th, 2008 |
| Replies: 2 Views: 538 Re: Any Help Appreciated Hi Jake,
you may use thickbox for this effect that is very easy to use, :) URL for thickbox website is :http://jquery.com/demo/thickbox/ there many more solutions like this on web that you may... |
Forum: JavaScript / DHTML / AJAX Feb 13th, 2008 |
| Replies: 3 Views: 885 Re: Mixing images and text in a table cell Hi There,
well if I am understanding in right way so you have no need to put three cell you may use image align = left for require result here is the sample code :
<table width="50%" border="0"... |
Forum: HTML and CSS Dec 31st, 2007 |
| Replies: 6 Views: 1,752 Re: css a:hover background color Yes display:block; will solve your problem
you may use this code :)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html... |
Forum: HTML and CSS Oct 6th, 2007 |
| Replies: 1 Views: 512 Re: Help with template This Code Will Help You,
In this page middle_Div will always center aligned (vertical and horizontal)
even web browser resized, there may many more ways to do this,
but this is first which I have... |
Forum: HTML and CSS Sep 12th, 2007 |
| Replies: 1 Views: 526 |
Forum: HTML and CSS Jun 11th, 2007 |
| Replies: 3 Views: 651 |
Forum: HTML and CSS May 26th, 2007 |
| Replies: 2 Views: 1,033 Re: Help with Navagation bar Hi There,
well you can make table width="100%" instead of width="501" to make table flexible, I have Attached the code with this reply
hope this will helpful for you
regards
Rahul |
Forum: HTML and CSS May 25th, 2007 |
| Replies: 3 Views: 643 Re: help this link not working : gabinet.atspace.com
Please clear what is the problem so we can help you |
Forum: ASP May 23rd, 2007 |
| Replies: 7 Views: 2,596 Re: Problem when adding delete confirmation Hi,
I hope you problem already solved, if not so just write that in this way,
Response.Write "<a href=""" & "#" & """ onclick="& """confirmation1('/delete.asp', 'del', 'id="& rs("id") &"')""" &... |
Forum: ASP May 13th, 2007 |
| Replies: 2 Views: 2,833 |
Forum: ASP May 13th, 2007 |
| Replies: 2 Views: 2,833 |
Forum: ASP May 9th, 2007 |
| Replies: 2 Views: 9,071 Re: how to connect ms access with asp vbscript Hi there,
Well I am not a good tutorial writer but I am trying to explain how to make the connection with database (Ms Access) using asp,
Assumptions:
Running IIS 6
First here the directory... |
Forum: ASP May 7th, 2007 |
| Replies: 2 Views: 1,876 |
Forum: ASP May 7th, 2007 |
| Replies: 2 Views: 1,876 |
Forum: HTML and CSS May 6th, 2007 |
| Replies: 3 Views: 528 Re: Help with menu disappearing. Well,
there in ff the images are just little lines because you don't have that images, put the right name of images and your problem will gone,
the topnav bar and greenbox shift when resizing the... |
Forum: ASP May 6th, 2007 |
| Replies: 7 Views: 2,596 Re: Problem when adding delete confirmation Hi Again,
Problem is in the single quote (') ,double quote (")
Right syntax is this:
<a href="#" onClick="confirmation1('/delete.asp', 'del', 'id=<%=rs("id")%>')">Delete Record</a>
Output will be... |
Forum: ASP May 5th, 2007 |
| Replies: 1 Views: 958 Re: Accept/Decline Registration HI.
its simple add a field in user table named "Status" and at the time of user registration insert "Pending" in that field then make a form in administrators CONTROL PANEL
From where administrator... |
Forum: ASP May 5th, 2007 |
| Replies: 1 Views: 1,267 Re: Insert Encrypted Password Hi there,
Sure you can one way encrypt any string using asp
this article will Help you,
http://www.dotnetindex.com/articles/3554_How_to_Encrypt_String_Using_MD.asp
Regards,
Rahul Dev Katarey |
Forum: ASP May 5th, 2007 |
| Replies: 2 Views: 1,530 Re: copy word doc onto asp page You can use HTMLArea in place of textarea
you may find this on search engines some are free as well
you can see the live example here in Daniweb.com
see the Quick Reply or Advance Reply... |