Search:
Type: Posts; User: begood321
Search :
Search took 0.01 seconds.
Hi Guys,
I can't understand why margin-right doesn't work even though my syntax appears correct in code below and margin-left works with same syntax. I want both left and right margins equal.
...
Hi Guys,
I have an issue here. My code in printf is not formatting string left alignment for last column properly. See attachment for output.
printf MYFILE ("%-8s %13.0f %-38s\n",...
Thanks SixTease. I should have posted earlier error I get, which is same as you when I do a match. I would prefer to use match because username is not the only user details on same line. Here is...
Hey Guys,
How do I delete multiple lines with different values in an array.
Here is code below I have which works for 1 match in array if I define it but can't get it work with multiple values...
Hi guys I can't seem to figure out why my code is complaining below even though I initialize variable:
Use of uninitialized value in subtraction (-) at C:\Temp\users_log2.pl line 225 (#1)
...
Nevermind guys, here is the solution below plus uppercase function:
cmCreatePageviewTag("<<label id="myDiv1"></label>>","<<label id="myDiv2"></label>>");
<script type="text/javascript">
...
Thanks Troy for your reply. I'm trying to replace \ with : in code below, but it's no working. Any help or advise as usual is greatly appreciated.
cmCreatePageviewTag("<<label...
Guys I get the below code to work in IE, but not in FF. Any ideas getting it to work in FF?
<html>
<head>
cmCreatePageviewTag("<<label id="myDiv1"></label>>","<<label...
I just want to be able to save output html in viewsource of the same page as follows:
cmCreatePageviewTag("<fullpath/file>","<fullpath>");
fullpath/file is equivalent to <label...
Basically I want to be able to show result of output html in view source, below as an eg:
cmCreatePageviewTag("</C:/Users/Test/Documents/test.html>","</C:/Users/Test/Documents/>");
Thanks Troy, I'm not a javascript expert can you show me how to do it. If I find solution before your reply I'll post it.
Thanks for your input Troy.
Guys,
Is there a way to get the value of the output html to show within the same page view source, without hardcoding it inside the javascript?
I need to be able...
Thanks Logic Ali your solution works and is even simpler.
<html>
<body>
cmCreatePageviewTag("<<label id="myDiv1"></label>>","<<label id="myDiv2"></label>>");
<script type="text/javascript">
var myDiv1 = document.getElementById("myDiv1");
var...