Click here to Skip to main content
15,899,025 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: file dialog filter Pin
N a v a n e e t h15-May-07 22:53
N a v a n e e t h15-May-07 22:53 
GeneralRe: file dialog filter Pin
Amr M. K.15-May-07 23:07
Amr M. K.15-May-07 23:07 
AnswerRe: file dialog filter Pin
badgrs15-May-07 23:48
badgrs15-May-07 23:48 
GeneralRe: file dialog filter Pin
dotnetcdr16-May-07 0:09
dotnetcdr16-May-07 0:09 
QuestionActiveX Control in .NET 2.0 Pin
Zerox Millienium15-May-07 22:44
Zerox Millienium15-May-07 22:44 
AnswerRe: ActiveX Control in .NET 2.0 Pin
dotnetcdr16-May-07 0:16
dotnetcdr16-May-07 0:16 
QuestionAjaxtoolkit Tabcontainer query Pin
Sandeep_Kumbhar15-May-07 22:31
Sandeep_Kumbhar15-May-07 22:31 
QuestionDreamweaver problems Pin
matjame15-May-07 22:25
matjame15-May-07 22:25 
I have created this nice website using Dreamweaver + some DHTMl plugins.But the plugins are free and not registered.So, creating the expandable menus was nice and easy except for that the menus dont give you working links to other pages.

You can create but they will not work, maybe its coz the DHTML is not registered.The links are disabled.Where can I find such a software dat will give me working links????


function switchUrl (nmenu, url, trgFrame)
{
if (trgFrame == "_self")
trgFrame = null;
var mt=url.indexOf("mailto:");
if(mt!=-1)window.top.location=url.substring(mt);
else
{
var find=url.indexOf("javascript:");
if (find!=-1)
{
eval(url.substring(find));
}
else
{
if(trgFrame)
{
if (trgFrame=="_blank") window.open (url);
else if (trgFrame=="_top") window.top.location.href=url;
else if (trgFrame=="_parent") parent.location.href=url;
else
{
var fr=findFr(window.top,trgFrame);
if(fr)fr.location.href=url;
else window.location.href=url;
}
}
else
{
nmenu.targetFrame.location=url;
}
}
}
}

function onItemClick()
{
var item=this;
var close=true;
var nmenu=eval ("window."+item.nmenuId);
var url = item.url;
if (url)
{

kagiso

AnswerRe: Dreamweaver problems Pin
N a v a n e e t h15-May-07 22:50
N a v a n e e t h15-May-07 22:50 
QuestionHow to give keywords in a query in .NET Pin
micydon15-May-07 21:58
micydon15-May-07 21:58 
AnswerRe: How to give keywords in a query in .NET Pin
N a v a n e e t h15-May-07 22:48
N a v a n e e t h15-May-07 22:48 
GeneralRe: How to give keywords in a query in .NET Pin
micydon16-May-07 23:05
micydon16-May-07 23:05 
QuestionIE 6 Freeze for 15 sec (ASP.NET application) Pin
jeaa15-May-07 21:44
jeaa15-May-07 21:44 
AnswerRe: IE 6 Freeze for 15 sec (ASP.NET application) Pin
N a v a n e e t h15-May-07 22:36
N a v a n e e t h15-May-07 22:36 
GeneralRe: IE 6 Freeze for 15 sec (ASP.NET application) Pin
jeaa15-May-07 23:41
jeaa15-May-07 23:41 
QuestionInstalling ASP.Net 2.0 onto web server, App_Data, SQL2005 problem Pin
RodEffect15-May-07 21:26
RodEffect15-May-07 21:26 
Questionurgent Pin
deepaksringr15-May-07 21:03
deepaksringr15-May-07 21:03 
AnswerRe: urgent Pin
Sathesh Sakthivel15-May-07 21:14
Sathesh Sakthivel15-May-07 21:14 
AnswerRe: urgent Pin
meeram39515-May-07 22:49
meeram39515-May-07 22:49 
AnswerFOUR urgent posts in one day Pin
leckey16-May-07 3:25
leckey16-May-07 3:25 
Questionproblem in creating active x in .net Pin
nikhilrawat2315-May-07 20:56
nikhilrawat2315-May-07 20:56 
Questionhow we create tree view? Pin
deepaksringr15-May-07 20:56
deepaksringr15-May-07 20:56 
AnswerRe: how we create tree view? Pin
Sathesh Sakthivel15-May-07 21:18
Sathesh Sakthivel15-May-07 21:18 
QuestionModal Dialog and Session Problem Pin
RaviJJain15-May-07 20:53
RaviJJain15-May-07 20:53 
QuestionASP.NET with VB in Connecting Database Pin
JosephWONG15-May-07 20:50
JosephWONG15-May-07 20:50 

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.