ok..but what if security trimming is off. and why does the same code work for 1 button but not for the second one, even if it's only reversing the url that needs to be replaced.
hi.. i have a small problem then i cant figure out. i have 2 sitemaps providers ( one for english and one for another language ). the files from english stay in "en" and the romanian language in "ro". i have 2 site.master pages. in the romanian page i put a button with the following code...
hi. i'm working on a small project and followed the microsoft asp.net tutorial. my problem is that i have a treeview and a web.sitemapdatasource that work perfect exept one thing: when i click on a parent node i want to go to a diferent page and expand the treeview so it can show the child...
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
public partial class formular ...
hi. i have a small problem with a formview that has insert/update/delete methods the default ones. my problem is with the insert command/button, that actes ok if i leave it like it is, but i want to redirect the page after the insert command executs and stores the "thead", but when i use the...
hi. i have a small problem with a formview that has insert/update/delete methods the default ones. my problem is with the insert command/button, that actes ok if i leave it like it is, but i want to redirect the page after the insert command executs and stores the "thead", but when i use the...
ups... sorry about that
function popUpLand(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='+540+',height='+370);");
}
function popUpPortrait(URL) {
day = new...
<a href="javascript:popUpPortrait('../images/parada-militara/mari/defilare/parada-militara-001.jpg')"><img src="../images/parada-militara/thumbs/defilare/parada-militara-001.jpg" border="0"></a> " this is the code to open the pop-up window... this code was made by a friend, because i dont know...
hello!
i have a littel problem that i dont know how or if it's posible..
first i have a site with a thumb galeri and on mouse click i have a javascript to open a pop-up window with that picture.. no problem there, but what i wanna know is after i open a pop-up window with a picture, can i make...
this is the rest of the script :
on mousedown
if pmode = #zoom then
clickpoint = mapStageToMember(sprite(me.spritenum), the clickloc)
mem = sprite(me.spritenum).member
sprite(me.spritenum).rect = mem.rect
newloc = point(240,160) + sprite(me.spritenum).member.regpoint -...
i'm following a tutorial for a zoom script and there is one problem with the script (the tutorial is for director 8 and i'm working on director 10):
"clickpoint = mapStageToMember(sprite(me.spritenum), the clickloc)", this is the line that director does not understand.... the error is like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.