137 Posted Topics

Member Avatar for srinukatkam

Hi there, well you may uses this script to create the tables of 1 to 100, [CODE]<html> <head> <title>Tables 1 To 100 </title> <script language="javascript" type="text/javascript"> for (i=1;i<=100; i++) { document.write("Table of: "+ i+"<br />"); for(j=1; j<=10; j++) { document.write(i + "X" + j +" = " + (i*j) + …

Member Avatar for katarey
0
248
Member Avatar for protos1

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 code I can't say whats going wrong...

Member Avatar for protos1
0
138
Member Avatar for theskindiver

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 : [CODE=html]<table width="50%" border="0" cellspacing="2" cellpadding="2"> <tr> <td style="padding:15px; text-align:justify;"><img src="images/img02.jpg" alt="image" width="294" height="402" align="left" style="padding:15px;" …

Member Avatar for MidiMagic
0
110
Member Avatar for Loopster

Hi there, If you are learning HTML then its nice work, Good Code actually, just I have some suggestions for you 1.) An "id" is a unique identifier. Every time this attribute is used in a document it must have a different value. If you are using this attribute as …

Member Avatar for katarey
0
107
Member Avatar for smilyswapna10

This Code may help you [CODE] <script type="text/javascript"> window.onbeforeunload = function (evt) { var message = 'Are you sure you want to leave?'; if (typeof evt == 'undefined') { evt = window.event; } if (evt) { evt.returnValue = message; } return message; } </script> [/CODE]

Member Avatar for smilyswapna10
0
114
Member Avatar for cutebab

Hi There, I have made very simple login module [B]("Very Basic")[/B] but will useful to understand how to develop login module, I have Attached working files with this post. hopefully this will help you to learn :) Rahul Dev P.S. useful Thread [url]http://www.daniweb.com/forums/thread69174.html[/url] for you

Member Avatar for katarey
0
95
Member Avatar for a496761

Hi Jake, you may use thickbox for this effect that is very easy to use, :) URL for thickbox website is :[url]http://jquery.com/demo/thickbox/[/url] there many more solutions like this on web that you may search use normal language for search, Hope this will help you ;) Rahul Dev

Member Avatar for a496761
0
75
Member Avatar for Dani

[QUOTE=cscgal;195561]Is it possible to make an entire [INLINECODE]<div>[/INLINECODE] into a hyperlink using CSS only, as can be easily accomplished with mouse events in JavaScript? I'm assuming it's too good to be true since CSS isn't interactive? Nevermind ... I guess I just answered my own question :([/QUOTE] Hi, Sorry to …

Member Avatar for tracedef
0
582
Member Avatar for npatel0317

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 got in my mind after seen you post, and its easiest way (I hope) ;) …

Member Avatar for katarey
0
87
Member Avatar for gov1234

Hi, well facebook scripted using PHP/MySql, most probably its on Apache web server (not sure about the server and database) you may use PHP/MySql or ASP.NET/Sql Server etc. to develop the site like this, PHP/MySql will be the Good I think Rahul [url]http://www.katarey.com[/url]

Member Avatar for katarey
0
79
Member Avatar for sajithkahawatta

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 box Regards, Rahul

Member Avatar for smart_saru
0
80
Member Avatar for GR Web FX

Hi if still facing the problem so, just add "/" in the file path now AS should looks like: actionscript reads; on(release){ getURL("/Video/video1.htm"); } this will work for you ;) thanks Rahul

Member Avatar for oliverwynn
0
188
Member Avatar for shockeye
Member Avatar for stswimfan
Re: help

this link not working : gabinet.atspace.com Please clear what is the problem so we can help you

Member Avatar for stswimfan
0
63
Member Avatar for npatel0317

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

Member Avatar for npatel0317
0
91
Member Avatar for enggars

Hi there, Use This function : [I][B] If you wanna use form[/B][/I] [B]JavaScript :[/B] [code]<script type="text/javascript"> <!--// function confirmation() { var confirmMe= confirm("Do you really want to Delete??"); if (confirmMe== true) { return true } else { alert("Action Aborted By User!") } } //--> </script> [/code] [B]HTML :[/B] [html]<form action="" …

Member Avatar for katarey
0
178
Member Avatar for pavsuri

Hi there, have you tried to make this work? ;) well here the way do do this : [B]ASP :[/B] [CODE]<% 'declare variables Dim connstring, cn, rs 'Connection String connString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/conn/db1.mdb") Sub OpenDataBase() Set cn = Server.CreateObject("ADODB.CONNECTION") cn.open connstring End Sub 'Open Database OpenDataBase() 'Create Recordset set rs …

Member Avatar for katarey
0
100
Member Avatar for jumpink

HI There, there was some probs. in CSS use this and you probs will gone, i have only rectified your main prob. make some fotmatings :) [HTML]<!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>Untitled Document</title> <style type="text/css"> <!-- body { height:100%; …

Member Avatar for katarey
0
124
Member Avatar for DaMaster121

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 can update user record, administrator will update this field with Accept or Decline, or completely delete …

Member Avatar for katarey
0
100
Member Avatar for cancer10

Hi there, Sure you can one way encrypt any string using asp this article will Help you, [url]http://www.dotnetindex.com/articles/3554_How_to_Encrypt_String_Using_MD.asp[/url] Regards, Rahul Dev Katarey

Member Avatar for katarey
0
57
Member Avatar for jumpink

Try This [B]Style :[/B] [HTML] .win { width:33%; float:left; overflow:hidden; border:1px solid #000; }[/HTML] [B]HTML[/B] [HTML]<div class="win">Left</div> <div class="win">Middle</div> <div class="win">Right</div> [/HTML] Regards, Rahul

Member Avatar for MidiMagic
0
82
Member Avatar for thejonnotjohn
Member Avatar for cath120

Hello there, I think, Catherine wants to put alternative content for flash when flash is blocked at client side, please see this article, it may help you [url]http://www.seoconsultants.com/articles/2598/flash/[/url] Best Regards, Rahul

Member Avatar for satish.ambition
0
119
Member Avatar for steven01

Well, please show the code, so we can help you to rectify the problem, Rahul

Member Avatar for MidiMagic
0
72
Member Avatar for eXceed69
Member Avatar for eXceed69
0
96
Member Avatar for dananos

Hi there, Well, i am view the anchor is the best way to go on the top or any specific location on page, that is the neat way ;) The Anchor object represents an HTML hyperlink. or each instance of an <a> tag in an HTML document, an Anchor object …

Member Avatar for MidiMagic
0
131
Member Avatar for gagowen

Hi there, you can create the website presentation using Flash or Camtasia Studio, Rahul

Member Avatar for katarey
0
61
Member Avatar for Hellodear

Hi, well you can do this by using JavaScript function or simply with title attribute of link (<a></a>) tag, Rahul

Member Avatar for Hellodear
0
168
Member Avatar for Goitse

Hi there, this will help you understand how to create login page using ASP & ACCESS, [INLINECODE]<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% 'This is first condition which will check user clicked on submit or not If Request("Submit") = "Submit" Then 'Creating variables dim fuser, fpass, duser, dpass 'Assigning Value to the variables which …

Member Avatar for katarey
0
555
Member Avatar for Hellodear

Hi Anish, Well Its very much possible to create questionnaire using ASP as you want, and here (daniweb) many developers can create this, but we are here for help, just start coding and if stuck somewhere so feel free to ask for help, this way you can learn and gain …

Member Avatar for katarey
0
60
Member Avatar for Inny

Hi there, this will work for you, the css class is right, [HTML]<style> <!-- .pullquote { width: 145px; background:gold; color:black; float: right; border:1px solid maroon; font-weight:bold; line-height:140%; padding:5px; margin-top:10px; margin-left:10px; } --> </style>[/HTML] Regards, Rahul

Member Avatar for Inny
0
301
Member Avatar for acura90

Hi there, you can find all information from Adobe website, here is the URL of adobe web site [url]http://www.adobe.com/[/url]

Member Avatar for GreenDay2001
0
64
Member Avatar for numerouno

Hi there, Well there is nothing big problem with code :) Just Missing ";" semicolons and field names should not be the numeric Here is the working code [HTML] <!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>Personal Stress Calculator - Longer, …

Member Avatar for numerouno
0
201
Member Avatar for vexhawk

hi, I think the HTML Page is in other folder. thats why you are facing this problem, you can put that files in same folder where the HTML file is or in flash skin.fla edit and ad the complete path I mean like this"/folderName/01.swf", that will work ;) hope this …

Member Avatar for katarey
0
35
Member Avatar for cancer10

This Article May Help You [url]http://access.databases.aspfaq.com/why-do-i-get-general-error-unable-to-open-registry-key-driverid.html[/url]

Member Avatar for katarey
0
60
Member Avatar for Smiley012

Hi, Yes this is possible by server side scripting like asp or php Do you know any server side scripting? Rahul

Member Avatar for katarey
0
61
Member Avatar for naseelah
Member Avatar for spike29

for layout you can use CSS, and for vote function you will need to use php with mySQL or asp with MS Acces (server-side scripts with database)

Member Avatar for MattEvans
0
163
Member Avatar for MDGM

Most probably you are getting the URL of the page where this script placed! If yes so, You can use the hidden field in the form to store the URL then use the into asp script you can add this line in html form, [CODE]<input name="urlHolder" type="hidden" id="urlHolder" value="<%=Request.ServerVariables("URL")%>">[/CODE] and …

Member Avatar for MDGM
0
109
Member Avatar for cancer10

[QUOTE=cancer10;285194]How do I convert [B]12/15/1985 [/B]to [B]15 December 1985[/B] format using classic ASP? Thanx in advance[/QUOTE] By Using FormatDateTime(date,format) Function : [CODE] Response.Write(FormatDateTime(#12/15/1985#,vbLongDate)) or Response.Write(FormatDateTime(#12/15/1985#,1)) [/CODE] output will be :- Sunday, December 15, 1985

Member Avatar for katarey
0
81
Member Avatar for Tim Stevenson

Hi there, Actually the JavaScript is there and its working well, but which Attribute you want to add in textfiels that doesn’t support! With this tag ([B]rows="2" cols="40"[/B]), you should use the textarea for this functionality, [HTML]<!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; …

Member Avatar for MattEvans
0
185
Member Avatar for jgill

you are using label attribute in option which will be preferred by IE 7, if you want to show “This is a test” so use this in label=” This is a test” or remove label attribute from tag actually label attribute use in <optgroup> label - Defines a label to …

Member Avatar for MattEvans
0
112
Member Avatar for John McGeary

[QUOTE=John McGeary;280350]Hello all! I am not a computer geek! I just need a little help with aonMouseOver project that I am working on. I want to place a discription of an image when the mouse is rolled over it in a text box alongside the image.Can anyone help?[/QUOTE] Hi there, …

Member Avatar for katarey
0
81
Member Avatar for cancer10

It’s only due to the security reason, actually the html you are sending that’s sent with mail but blocked by the mail client. you can send the links on tables, but flash will not work due to the security reasons

Member Avatar for katarey
0
79
Member Avatar for soso30
Re: Help

Hi there, what problem you are facing in it ? To make more convenient to read the code. Actually right now I haven’t read your code, after reading I'll try to come with some help

Member Avatar for soso30
0
84
Member Avatar for aparnesh

And for Global change you can use this [HTML]<style type="text/css"> <!-- input { text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; color:#666666; } --> </style>[/HTML]

Member Avatar for aparnesh
0
142
Member Avatar for spike29

Hi There, Well code that wrote by vishesh doing the same thing that you want :) Just he miss ";" two place, just add and code will run And you can use the this code as well [HTML] <!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 …

Member Avatar for spike29
0
1K
Member Avatar for chunkmartinez

hi, !important is not a property nor is it a value. It's more of a "declaration". Its function is to set overriding precedence when there are conflicts in properties between competing classes. see this: [url]http://www.w3.org/TR/REC-CSS2/cascade.html#important-rules[/url] [url]http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/[/url] [url]http://www.soxiam.com/Code/UsingImportantRuleInCSS[/url]

Member Avatar for chunkmartinez
0
94
Member Avatar for vinoy

H there, it's very common Question, well you may find the answer in this post, [url]http://www.daniweb.com/techtalkforums/post154444.html#post154444[/url] Actually you need to add the WMODE parameters to the HTML code Where you are embedding the flash, Best Regards, Rahul Dev

Member Avatar for katarey
0
84
Member Avatar for HLA91

Hi there, Well your both post are similar, for answer you should review the you last post, ok here the some examples:- img tag [CODE]<img src="Location of you Image" alt="alternate text" border="0" />[/CODE] Examples 1: When the HTML Page and the image in same folder [CODE]<img src="image.jpg" alt="My Image" border="0" …

Member Avatar for GreenDay2001
0
103

The End.