首 页| 交友专区 | 征婚专区| 亲密关系专区 | 男女靓照 |
网上交友当自重
 

网络通往千家万户,给人们的交往提供了最为便捷的途径,陌生人在网上可以很容易地认识并交往。这对单身男女来说不是件坏事,但对已婚人士来说,网上交异性朋友则容易引起家庭的不愉快,或者埋下不愉快的隐患。

   网上交友,很多人是从进入聊天室聊天开始的。在聊天室里,一些人或是出于好奇,或是为了换换脑筋,并不认真,想到哪儿说到哪儿,下网后很快全遗忘了,这是一种休闲方式,没什么不好;但另有一些人不同,他们带着某种期待去结交异性朋友,相识后保持联系,在相同的爱好方面有交流,甚至双方都感觉到有一种吸引力,具有明显的知己感。

   在生活中,男女之间的纯友谊大量存在着,但在网上结识的异性朋友是不一样的。生活中异性之间的友谊始终具有公开性,而在网上结识异性朋友从一开始就带着隐私的色彩,一般人不愿意向任何人暴露自己在网上交异性朋友的原因就在于此。当然,这并不是说异性网友都超过一般朋友关系了,而是说由于这种关系的私密性,有进一步发展成为感情关系的可能。

   在私下里交往的男女,友情和爱情之间本来就没有明显界线,在网络这种特殊环境中,就更显得模糊不清。因此我认为,网上交友当自重,在网上也应像在实际生活中一样把握住自己,一旦意识到与异性网友之间出现感情因素时,就应果断中止往来,以免使自己在不知不觉中陷入更深的情感漩涡。

   大多数人,当他们面对其配偶在网上与其他异性交往时,都不会无动于衷、听之任之的。所以上述来信的那位女士的丈夫,对她上网交异性朋友有意见是可以理解的。她自己也应该明白,她的做法已经引起家庭内部的矛盾,尽管她与网友的关系没什么,在这种情况下也应当以家庭感情为重,不要再与那位异性网友联系,毕竟维系自己所珍爱的家庭更重要。试想,以危害家庭稳定和夫妻感情为代价,来保持与一还不甚了解的网友的一般关系,这值得吗?这两者孰重孰轻不是一目了然吗!

↑TOP

 

Copyright © 2005 086love Inc. All Rights Reserved. Www.086love.com 版权所有

 

<% if request.form("submitok")="add" then if not isnull(request.Cookies("yzlove")("username")) and trim(request.Cookies("yzlove")("username"))=Empty then closeconn call msg("请检查!\n\n只有本站注册会员才可以发表评论","-1") else '发表内容是否为空? dim content,aid content=replace(replace(replace(request("content"),"'",""),"[",""),"]","") aid=request.form("aid") if aid="" or not isnumeric(aid) then closeconn call msg("非法操作!请求错误。","0") else aid=cint(aid) end if if content="" or len(content)>500 or aid="" then closeconn call msg("请检查!\n\n①发表内容是否为空?\n\n②发表内容是否超过了500字?\n\n③不存在此文章?","-1") end if '是否为非法用户 set rs=server.createobject("adodb.recordset") rs.open "select username,password,loveb,flag,grade from love_main where username='"&request.Cookies("yzlove")("username")&"' and password='"&request.Cookies("yzlove")("password")&"' and flag=1",conn,1,1 IF (rs.State =adStateClosed) or (rs.BOF=true and rs.EOF =true) or rs.RecordCount=0 THEN rs.close:set rs=nothing closeconn call msg("非法操作!请求错误。","-1") Else ' 获取主表的love币值 loveb=rs("loveb") username=rs("username") grade=rs("grade") End If rs.close:set rs=nothing end if '验证通过,进行下一步... If int(grade)>=2 Then '诚信会员或主持人 conn.execute "insert into love_article_bbs(article_id,username,content,addtime,flag)values('"&aid&"','"&username&"','"&content&"','"&now()&"','"&article_bbs_flag&"')" '评论入库 conn.execute "update love_main set loveb='"&(loveb+article_bbs*2)&"' where username='"&username&"'" '更新主表love币总数 call loveb_add(username,article_bbs*2,"诚信会员或主持人发表文章评论200%") '添加币历使记录,在fun.asp中 Elseif grade=1 then'普通会员 conn.execute "insert into love_article_bbs(article_id,username,content,addtime,flag)values('"&aid&"','"&username&"','"&content&"','"&now()&"','"&article_bbs_flag&"')" '评论入库 conn.execute "update love_main set loveb='"&(loveb+article_bbs)&"' where username='"&username&"'" '更新主表love币总数 call loveb_add(username,article_bbs,"发表文章评论") '添加币历使记录,在fun.asp中 End If closeconn Response.redirect "dis_article.asp?Classid="&replace(request("ClassID"),"'","''") end if if request("ifok")="del" then mmdid=request("id") if mmdid="" or not isnumeric(mmdid) then closeconn call msg("非法操作!请求错误。","0") else mmdid=cint(mmdid) end if conn.execute("delete from love_article_bbs where id="&mmdid) Closeconn Response.redirect "dis_article.asp?Classid="&replace(request("ClassID"),"'","''") end if Closeconn%>