Click here to Skip to main content
15,919,340 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Not allow to save a web page Pin
TrungHuynh24-Jul-04 15:47
TrungHuynh24-Jul-04 15:47 
GeneralRe: Not allow to save a web page Pin
Bee Master25-Jul-04 3:52
Bee Master25-Jul-04 3:52 
GeneralJScript VS JScript.NET Pin
alex.barylski24-Jul-04 11:07
alex.barylski24-Jul-04 11:07 
GeneralRe: JScript VS JScript.NET Pin
Rocky Moore24-Jul-04 11:38
Rocky Moore24-Jul-04 11:38 
GeneralJavascript regex to strip tag Pin
alex.barylski23-Jul-04 18:12
alex.barylski23-Jul-04 18:12 
GeneralRe: Javascript regex to strip tag Pin
alex.barylski24-Jul-04 9:58
alex.barylski24-Jul-04 9:58 
GeneralRe: Javascript regex to strip tag Pin
Richard Deeming5-Aug-04 8:30
mveRichard Deeming5-Aug-04 8:30 
Generaldetecting when a button is pressed Pin
kyleiscool200423-Jul-04 9:32
kyleiscool200423-Jul-04 9:32 
GeneralRe: detecting when a button is pressed Pin
alex.barylski23-Jul-04 18:51
alex.barylski23-Jul-04 18:51 
GeneralRe: detecting when a button is pressed Pin
Anonymous30-Jul-04 7:39
Anonymous30-Jul-04 7:39 
GeneralFrames Pin
kyleiscool200423-Jul-04 9:26
kyleiscool200423-Jul-04 9:26 
GeneralRe: Frames Pin
alex.barylski23-Jul-04 18:53
alex.barylski23-Jul-04 18:53 
GeneralNavigate from Child to Parent Pin
KKCodePro22-Jul-04 16:06
KKCodePro22-Jul-04 16:06 
GeneralRe: Navigate from Child to Parent Pin
alex.barylski23-Jul-04 18:55
alex.barylski23-Jul-04 18:55 
GeneralOCX / Cab / CODEBASE Pin
RichardGrimmer22-Jul-04 2:40
RichardGrimmer22-Jul-04 2:40 
GeneralRe: OCX / Cab / CODEBASE Pin
OBRon22-Jul-04 5:10
OBRon22-Jul-04 5:10 
It sounds like the CAB file wasn't found in your codebase path, or the version in your object tag is greater than the version of the control in the cab. Your tag should look something like this:

<OBJECT  classid="CLSID:MYBIGGUID"<br />
	codebase=../BIN/MYCONTROL.cab#Version=1,0,0,21"<br />
	id="rtfChartViewer"<br />
	style="height:100%;LEFT:0px;TOP:0px;WIDTH:100%;" VIEWASTEXT><br />
</OBJECT>

GeneralRegular Expressions Pin
jazz081521-Jul-04 5:01
jazz081521-Jul-04 5:01 
GeneralRe: Regular Expressions Pin
Javier Lozano22-Jul-04 14:14
Javier Lozano22-Jul-04 14:14 
GeneralTextArea and &lt;HTML&gt; tag Pin
devvvy20-Jul-04 20:13
devvvy20-Jul-04 20:13 
GeneralRe: TextArea and &lt;HTML&gt; tag Pin
alex.barylski23-Jul-04 18:49
alex.barylski23-Jul-04 18:49 
GeneralClientSide JavaScript HTML Tag Pin
gmhanna20-Jul-04 18:20
gmhanna20-Jul-04 18:20 
GeneralRe: ClientSide JavaScript HTML Tag Pin
alex.barylski23-Jul-04 18:50
alex.barylski23-Jul-04 18:50 
GeneralRe: ClientSide JavaScript HTML Tag Pin
mysorian16-Aug-04 16:43
professionalmysorian16-Aug-04 16:43 
GeneralCalculating Variance excluding non-working days Pin
Ph@ntom20-Jul-04 17:03
Ph@ntom20-Jul-04 17:03 
GeneralRe: Calculating Variance excluding non-working days Pin
Alexander Wiseman2-Aug-04 7:14
Alexander Wiseman2-Aug-04 7:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.